crontab_on_freebsd
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crontab_on_freebsd [2019/02/04 17:05] – created francesco | crontab_on_freebsd [2020/06/24 11:02] (current) – francesco | ||
---|---|---|---|
Line 26: | Line 26: | ||
# UTC time. See adjkerntz(8) for details. | # UTC time. See adjkerntz(8) for details. | ||
1, | 1, | ||
- | |||
- | @reboot francesco / | ||
0 1 * * * root / | 0 1 * * * root / | ||
+ | </ | ||
+ | |||
+ | Per far partire uno script come user, invece, si usa il comando | ||
+ | |||
+ | < | ||
+ | crontab -e | ||
+ | </ | ||
+ | |||
+ | **(Questo è fondamentale per risolvere i problemi di crontab in FreeBSD!)** | ||
+ | |||
+ | Su ks quindi avrò | ||
+ | |||
+ | < | ||
+ | @reboot ./rslsync --webui.listen 0.0.0.0: | ||
+ | </ | ||
+ | |||
+ | mentre sul NUC | ||
+ | |||
+ | < | ||
+ | @reboot ./rslsync --webui.listen 0.0.0.0: | ||
+ | |||
+ | 0 5 * * * ./ | ||
</ | </ |
crontab_on_freebsd.1549296337.txt.gz · Last modified: 2019/02/04 17:05 by francesco