blob: ab2280263bf7a3c56e1d03d12e3de98d27efdb2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[Unit]
Description=VyOS vyconf daemon
# Without this option, lots of default dependencies are added,
# among them network.target, which creates a dependency cycle
DefaultDependencies=no
After=systemd-remount-fs.service
[Service]
ExecStart=/usr/libexec/vyos/vyconf/vyconfd --log-file /var/run/log/vyconfd.log
Type=exec
SyslogIdentifier=vyconfd
SyslogFacility=daemon
Restart=on-failure
User=root
Group=vyattacfg
[Install]
WantedBy=vyos.target
|