gravity-sync/templates/gravity-sync.service
Michael Stanclift ff32465625
3.7.0 (#315)
* add path removal to clear_cron

* 3.6.4

* add local folder to path

* templates for systemd timers

* Wantedby

* user root

* Gonna be 3.7

* Remove legacy cron code from automate function

* Core for moving replication jobs into place

* Move stop before copy

* Add Gravity Sync messages

* Service file customization

* Line break

* 10 minutes to sudo

* if active else

* Do things quietly

* Custom exec path

* clear exec start

* warning about cron

* no longer exists
2022-03-29 16:11:00 -05:00

13 lines
187 B
Desktop File

[Unit]
Description=Synchronize Pi-hole instances
After=network-online.target
Wants=gravity-sync.timer
[Service]
Type=simple
User=unknown
ExecStart=
[Install]
WantedBy=multi-user.target