This unit is provided by:
Options
-
[Install]
-
[Service]
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/sbin/ocserv --foreground --pid-file /run/ocserv.pid --config /etc/ocserv/ocserv.conf
-
ExecStart=/usr/sbin/ocserv --pid-file /var/run/ocserv.pid --config /etc/ocserv/ocserv.conf -f
-
ExecStartPre=/usr/sbin/ocserv-genkey
-
PIDFile=/run/ocserv.pid
-
PIDFile=/var/run/ocserv.pid
-
PrivateTmp=yes
-
Type=simple
-
-
[Unit]
-
After=network-online.target
-
After=syslog.target network-online.target dbus.service
-
Description=OpenConnect SSL VPN server
-
Documentation=man:ocserv(8)
-
Requires=ocserv.socket
-
Additionnal notes
Nothing here.