feat(cron/startup.cron): add example setting
...and update README.md accordingly
This commit is contained in:
parent
6c57a4d03c
commit
4c4b51d3a9
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
@reboot feuille
|
||||
@reboot feuille -U https://my.paste.bin
|
||||
|
|
Reference in a new issue