From 4c4b51d3a940e192aabcaf9487ea217062161a10 Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Wed, 23 Nov 2022 07:14:28 +0100 Subject: [PATCH] feat(cron/startup.cron): add example setting ...and update README.md accordingly --- README.md | 5 ++--- cron/startup.cron | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2b81ad..79e0e78 100644 --- a/README.md +++ b/README.md @@ -223,11 +223,10 @@ You can put that in your crontab (by doing `sudo crontab -e`). It will start **feuille** every time the system starts. No need for some fancy service file :DDD -Obviously, you can put some options after `feuille`, like `-o -/var/feuille` or `-v`. +Want to stop feuille? `pkill feuille` will do the job. ``` -@reboot feuille +@reboot feuille -U https://my.paste.bin ``` See diff --git a/cron/startup.cron b/cron/startup.cron index d1e56bd..1e6fc5f 100644 --- a/cron/startup.cron +++ b/cron/startup.cron @@ -1 +1 @@ -@reboot feuille +@reboot feuille -U https://my.paste.bin