summarylogtreecommitdiffstats
path: root/crab-hole.service
blob: 06b3c5b6d1b089a9b0c37b66e8dfdce1aa7b37e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=crab-hole server
Wants=network-online.target
After=network-online.target

[Service]
User=crab-hole
DynamicUser=yes
ExecStart=/usr/bin/crab-hole
AmbientCapabilities=CAP_NET_BIND_SERVICE
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
Restart=on-failure
RestartSec=1

[Install]
WantedBy=multi-user.target