blob: 87a4748f42412f84a8d0efa340ae91f7f7691a43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=VyOS firewall domain resolver
After=vyos-router.service
ConditionPathExistsGlob=/run/use-vyos-domain-resolver*
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/python3 -u /usr/libexec/vyos/services/vyos-domain-resolver
SyslogIdentifier=vyos-domain-resolver
SyslogFacility=daemon
StandardError=journal
StandardOutput=journal
[Install]
WantedBy=multi-user.target
|