Add adguardhome

Add .gitkeep on empty folder
This commit is contained in:
thomas 2022-02-27 00:50:15 +01:00
parent 51bcd703d6
commit d7aa6ba89c
39 changed files with 112 additions and 3 deletions

View file

@ -0,0 +1,7 @@
Package: adguardhome
Version: %VERSION%
Section: base
Priority: optional
Architecture: amd64
Maintainer: Thomas Legay <thomas@syngate.fr>
Description: adguardhome

View file

@ -0,0 +1,17 @@
[Unit]
Description=AdGuard Home: Network-level blocker
ConditionFileIsExecutable=/usr/bin/adguardhome
After=syslog.target network-online.target
[Service]
EnvironmentFile=-/etc/default/adguardhome
StartLimitInterval=5
StartLimitBurst=10
ExecStart=/usr/bin/adguardhome -c /etc/adguardhome.yaml -w /var/lib/adguardhome
WorkingDirectory=/var/lib/adguardhome
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target