blob: b20e831ab4d1d892207aa3935bcd0152606d2906 (
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
Type=exec
SyslogIdentifier=vyconfd
SyslogFacility=daemon
Restart=on-failure
User=root
Group=vyattacfg
[Install]
WantedBy=vyos.target
|