From be2ec068160630a445031bac5f86d53b3601755a Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 24 Aug 2023 15:20:43 +0300 Subject: [PATCH] update service --- debian/{ahenk-go.service => ahenkd-go.service} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename debian/{ahenk-go.service => ahenkd-go.service} (70%) 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