Add adguardhome
Add .gitkeep on empty folder
This commit is contained in:
parent
51bcd703d6
commit
d7aa6ba89c
39 changed files with 112 additions and 3 deletions
0
ressources/adguardhome/rootfs/DEBIAN/changelog
Normal file
0
ressources/adguardhome/rootfs/DEBIAN/changelog
Normal file
7
ressources/adguardhome/rootfs/DEBIAN/control
Normal file
7
ressources/adguardhome/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,7 @@
|
|||
Package: adguardhome
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Maintainer: Thomas Legay <thomas@syngate.fr>
|
||||
Description: adguardhome
|
|
@ -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
|
0
ressources/adguardhome/rootfs/usr/bin/.gitkeep
Normal file
0
ressources/adguardhome/rootfs/usr/bin/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue