11 lines
160 B
SYSTEMD
11 lines
160 B
SYSTEMD
[Unit]
|
|
Description=Run Discord updater daily and after boot
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 03:00:00
|
|
OnBootSec=1min
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|