mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-12-22 14:12:15 +03:00
update ahenk.service file
This commit is contained in:
parent
61256b4503
commit
f374c94fda
2 changed files with 6 additions and 4 deletions
5
debian/ahenk.service
vendored
5
debian/ahenk.service
vendored
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Starts Ahenk at system startup
|
||||
After=network.target
|
||||
Wants=network-online.target
|
||||
After=network.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -10,4 +11,4 @@ PIDFile=/var/run/ahenkd.pid
|
|||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Starts Ahenk at system startup
|
||||
After=network.target
|
||||
Wants=network-online.target
|
||||
After=network.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -10,4 +11,4 @@ PIDFile=/var/run/ahenkd.pid
|
|||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue