aboutsummaryrefslogtreecommitdiffstats
path: root/roles/doorputer/files/lockserver.service
blob: 5f8009846a3dfbf0d009e24b144074aaefaf25ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Lockserver

[Service]
Type=notify
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