mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Update systemd.service
This commit is contained in:
parent
9b525cb1cd
commit
9dedabc5d4
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ User=__APP__
|
|||
Group=__APP__
|
||||
StartLimitInterval=5
|
||||
StartLimitBurst=10
|
||||
ExecStart=__FINALPATH__/AdGuardHome -s start -c __FINALPATH__/AdGuardHome.yaml -w __FINALPATH__ -h 127.0.0.1 -p __PORT__
|
||||
WorkingDirectory=__FINALPATH__
|
||||
ExecStart=__FINALPATH__/AdGuardHome/AdGuardHome -s start -c __FINALPATH__/AdGuardHome/AdGuardHome.yaml -w __FINALPATH__ -h 127.0.0.1 -p __PORT__
|
||||
WorkingDirectory=__FINALPATH__/AdGuardHome
|
||||
#StandardOutput=file:/var/log/__APP__.out
|
||||
#StandardError=file:/var/log/__APP__.err
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Reference in a new issue