diff options
Diffstat (limited to 'roles/doorputer/files/lockserver.service')
-rw-r--r-- | roles/doorputer/files/lockserver.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/doorputer/files/lockserver.service b/roles/doorputer/files/lockserver.service index a09666d..03f4e2d 100644 --- a/roles/doorputer/files/lockserver.service +++ b/roles/doorputer/files/lockserver.service @@ -6,7 +6,7 @@ Type=simple User=doorman WorkingDirectory=/home/doorman ExecStartPre=/home/doorman/lockserver/init.sh -ExecStart=/home/doorman/lockserver/lockd.py +ExecStart=/home/doorman/lockserver/lockserver StandardOutput=syslog StandardError=inherit Restart=on-failure |