liam-linux-account-manager/systemd-service/keys-sync.service

18 lines
306 B
SYSTEMD
Raw Permalink Normal View History

2021-11-16 15:11:32 +01:00
[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