summarylogtreecommitdiffstats
path: root/dqcache@.service
blob: 24f248afb1141ee528a971676b4dcb6ca0ecfe8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=dqcache caching recursive DNS server
Documentation=https://mojzis.com/software/dq
After=network.target

[Service]
Type=simple
Restart=always
PrivateTmp=true
PrivateDevices=true
ProtectSystem=true
WorkingDirectory=/etc/dqcache
EnvironmentFile=/etc/dqcache/%i.conf
ExecStart=/usr/bin/dqcache

[Install]
WantedBy=multi-user.target