blob: 03f4e2d7857fdf9478cdcf1f45c1e704eccea407 (
plain) (
tree)
|
|
[Unit]
Description=Lockserver
[Service]
Type=simple
User=doorman
WorkingDirectory=/home/doorman
ExecStartPre=/home/doorman/lockserver/init.sh
ExecStart=/home/doorman/lockserver/lockserver
StandardOutput=syslog
StandardError=inherit
Restart=on-failure
[Install]
WantedBy=multi-user.target
|