Files
dsnap-sync/systemd/snap-sync@.timer
James Barnett 4785f18e7d add systemd service
Fixes #2.

add timer; make systemd unit instantiated

add some information on systemd unit
2016-11-08 14:46:01 -06:00

11 lines
133 B
SYSTEMD

[Unit]
Description=Run snap-sync weekly
[Timer]
OnCalendar=weekly
AccuracySec=12h
Persistent=true
[Install]
WantedBy=timers.target