Add install script and Systemd units
This commit is contained in:
9
systemd-templates/conf-sync-desktop.timer
Normal file
9
systemd-templates/conf-sync-desktop.timer
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Run conf-sync after boot (for desktops)
|
||||
|
||||
[Timer]
|
||||
Unit=conf-sync.service
|
||||
OnBootSec=5min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
10
systemd-templates/conf-sync-server.timer
Normal file
10
systemd-templates/conf-sync-server.timer
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run conf-sync daily (for servers)
|
||||
|
||||
[Timer]
|
||||
Unit=conf-sync.service
|
||||
OnCalendar=*-*-* 06:00:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
8
systemd-templates/conf-sync.service
Normal file
8
systemd-templates/conf-sync.service
Normal file
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Configuration files synchronisation
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=PH_USER
|
||||
ExecStart=PH_DIRECTORY/conf-sync.sh
|
Reference in New Issue
Block a user