18 lines
306 B
SYSTEMD
18 lines
306 B
SYSTEMD
|
[Unit]
|
||
|
Description=SSH Key synchronization daemon
|
||
|
Requires=mysql.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/opt/liam/scripts/syncd.php --systemd
|
||
|
User=keys-sync
|
||
|
StandardOutput=journal
|
||
|
StandardError=journal
|
||
|
PrivateDevices=on
|
||
|
PrivateTmp=on
|
||
|
ProtectHome=on
|
||
|
ProtectSystem=on
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|