mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 20:02:20 +03:00
systemctl parameters fixed
This commit is contained in:
parent
df9f7f6e3b
commit
514a53f006
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ Description=Starts Ahenk at system startup
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=python3 "/opt/ahenk/ahenkd.py start"
|
||||
ExecStop=python3 "/opt/ahenk/ahenkd.py stop"
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/python3 /opt/ahenk/ahenkd.py start
|
||||
ExecStop=/usr/bin/python3 /opt/ahenk/ahenkd.py stop
|
||||
PIDFile=/var/run/ahenkd.pid
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue