From 24b18fe03fccad62df5946b1d0c3dd0704e8403d Mon Sep 17 00:00:00 2001 From: Bateast Date: Mon, 29 Jul 2024 13:22:34 +0000 Subject: [PATCH] Ajouter README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee2e675 --- /dev/null +++ b/README.md @@ -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.