systemctl parameters fixed

This commit is contained in:
Volkan Şahin 2016-04-18 15:45:13 +03:00
parent df9f7f6e3b
commit 514a53f006
1 changed files with 3 additions and 3 deletions

View File

@ -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]