mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 20:02:20 +03:00
12 lines
253 B
Desktop File
12 lines
253 B
Desktop File
[Unit]
|
|
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"
|
|
PIDFile=/var/run/ahenkd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|