update service

This commit is contained in:
Aliberk Sandıkçı 2023-08-24 15:20:43 +03:00
parent e2b0ba4d17
commit be2ec06816
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -7,8 +7,8 @@ After=network.target network-online.target
Type=forking Type=forking
User=root User=root
Group=root Group=root
ExecStart=/usr/bin/ahenkd-go start ExecStart=/usr/bin/ahenk-go start
ExecStop=/usr/bin/ahenkd-go stop ExecStop=/usr/bin/ahenk-go stop
ExecReload=kill -HUP $MAINPID ExecReload=kill -HUP $MAINPID
PIDFile=/run/ahenkd-go.pid PIDFile=/run/ahenkd-go.pid
Restart=always Restart=always