You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
306 B
INI

[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