feat(cron/startup.cron): add example setting

...and update README.md accordingly
This commit is contained in:
Tom MTT. 2022-11-23 07:14:28 +01:00
parent 6c57a4d03c
commit 4c4b51d3a9
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -1 +1 @@
@reboot feuille
@reboot feuille -U https://my.paste.bin