mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
start after nginx
This commit is contained in:
parent
035048d2b1
commit
ae489d8aa8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=AdGuardHome: Network-level blocker
|
||||
ConditionFileIsExecutable=__INSTALL_DIR__/AdGuardHome
|
||||
After=syslog.target network-online.target
|
||||
After=syslog.target network-online.target nginx.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Reference in a new issue