diff --git a/debian/ahenk-go.service b/debian/ahenkd-go.service similarity index 70% rename from debian/ahenk-go.service rename to debian/ahenkd-go.service index 142509a..113bd46 100644 --- a/debian/ahenk-go.service +++ b/debian/ahenkd-go.service @@ -7,8 +7,8 @@ After=network.target network-online.target Type=forking User=root Group=root -ExecStart=/usr/bin/ahenkd-go start -ExecStop=/usr/bin/ahenkd-go stop +ExecStart=/usr/bin/ahenk-go start +ExecStop=/usr/bin/ahenk-go stop ExecReload=kill -HUP $MAINPID PIDFile=/run/ahenkd-go.pid Restart=always