/lib/systemd/system/dbab.service is in dbab 1.3.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # systemd configuration for dbab. -*- conf -*-
[Unit]
Description=Dnsmasq-Based Ad-Blocker
After=network.target
Documentation=man:dbab-svr(8)
Documentation=https://github.com/suntong/dbab/blob/master/src/dbab.md
[Service]
ExecStart=/usr/sbin/dbab-svr
Type=simple
[Install]
WantedBy=multi-user.target
|