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