blob: 488902831c3e9f6954883a8ad4a45d150a0191ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=hev-dns-forwarder
After=network.target
[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/hev-dns-forwarder -p 5300 -s 8.8.8.8:53
[Install]
WantedBy=multi-user.target
|