fix: Removed Adguard Requirement
Removed requirement for adguard home to be running. prevents issues with pipeline restarting adguard and killing runner in the process. Container now only waits for network to be online during boot. This same change will be applied to all containers, meaning by default they only require networking to be online at bootup.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# {{ ansible_managed }}
|
||||
[Unit]
|
||||
After=network-online.target
|
||||
After=adguard.service
|
||||
Requires=adguard.service
|
||||
|
||||
StartLimitBurst=10
|
||||
StartLimitIntervalSec=120
|
||||
|
||||
Reference in New Issue
Block a user