12 lines
155 B
SYSTEMD
12 lines
155 B
SYSTEMD
# vim:ft=systemd:
|
|
[Unit]
|
|
Description=Dot fetch timer
|
|
|
|
[Timer]
|
|
Persistent=true
|
|
OnBootSec=15min
|
|
OnCalendar=*-*-* 22:00:00
|
|
|
|
[Install]
|
|
WantedBy=default.target
|