mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 20:02:20 +03:00
12 lines
251 B
SYSTEMD
12 lines
251 B
SYSTEMD
|
[Unit]
|
||
|
Description=Starts Ahenk at system startup
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=python "/opt/ahenk/ahenkd.py start"
|
||
|
ExecStop=python "/opt/ahenk/ahenkd.py stop"
|
||
|
PIDFile=/var/run/ahenkd.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|