mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 14:59:12 +03:00
11 lines
142 B
SYSTEMD
11 lines
142 B
SYSTEMD
[Unit]
|
|
Description=Run pushgit.service daily
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
Unit=pushgit.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|