Ajouter README.md
This commit is contained in:
parent
768f5782c2
commit
24b18fe03f
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Oracle Free-tier Instance
|
||||
|
||||
The Oracle cloud Free-tier instance can be shutdown for inactivity to recover the ressources for other instance. To block this you can launch a simple bash file to keep the instance used.
|
||||
|
||||
|
||||
## Usage
|
||||
To add your bash to a cron job :
|
||||
```cron
|
||||
crontab -e
|
||||
|
||||
30 17 * * 1 /opt/oracle/no_idle.sh
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Pull requests are welcome. For major changes, please open an issue first
|
||||
to discuss what you would like to change.
|
||||
|
||||
Please make sure to update tests as appropriate.
|
Loading…
Reference in New Issue
Block a user