Add install script and Systemd units
This commit is contained in:
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