Oracle_Cloud/README.md

20 lines
504 B
Markdown
Raw Permalink Normal View History

2024-07-29 13:22:34 +00:00
# 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.