20 lines
504 B
Markdown
20 lines
504 B
Markdown
|
# 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.
|