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