This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=/etc/conf.d/svnserve
-
EnvironmentFile=/etc/sysconfig/svnserve
-
ExecStart=/usr/bin/svnserve --daemon $SVNSERVE_ARGS
-
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $OPTIONS
-
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_OPTIONS
-
Group=svn
-
PIDFile=/run/svnserve/svnserve.pid
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictRealtime
Introduced in systemd 231=yes -
Type=forking
-
User=svn
-
-
[Unit]
-
After=network.target
-
After=syslog.target network.target
-
Description=Subversion protocol daemon
-
Documentation=man:svnserve(8)
-
Additionnal notes
Nothing here.