mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 10:52:17 +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
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=simple
|
||||||
ExecStart=python3 "/opt/ahenk/ahenkd.py start"
|
ExecStart=/usr/bin/python3 /opt/ahenk/ahenkd.py start
|
||||||
ExecStop=python3 "/opt/ahenk/ahenkd.py stop"
|
ExecStop=/usr/bin/python3 /opt/ahenk/ahenkd.py stop
|
||||||
PIDFile=/var/run/ahenkd.pid
|
PIDFile=/var/run/ahenkd.pid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue