summaryrefslogtreecommitdiff
path: root/src/etc/systemd/system/ocserv.service.d/override.conf
blob: 89dbb153f362dec9256a41fe4b84617742bfc195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
RequiresMountsFor=/run
ConditionPathExists=/run/ocserv/ocserv.conf
After=
After=vyos-router.service
After=dbus.service

[Service]
WorkingDirectory=/run/ocserv
PIDFile=
PIDFile=/run/ocserv/ocserv.pid
ExecStart=
ExecStart=/usr/sbin/ocserv --foreground --pid-file /run/ocserv/ocserv.pid --config /run/ocserv/ocserv.conf