10 lines
145 B
SYSTEMD
10 lines
145 B
SYSTEMD
[Unit]
|
|
Description=Update Newsboat every hour
|
|
|
|
[Timer]
|
|
OnBootSec=1hour
|
|
OnActiveSec=1hour
|
|
OnUnitActiveSec=1hour
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|