aboutsummaryrefslogtreecommitdiffstats
path: root/roles/doorputer/files/lockserver.service
blob: 03f4e2d7857fdf9478cdcf1f45c1e704eccea407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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