mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
11 lines
157 B
SYSTEMD
11 lines
157 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run EOS update notifier periodically
|
||
|
|
||
|
[Timer]
|
||
|
OnStartupSec=30 seconds
|
||
|
OnCalendar=daily
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|