2013-05-20 21:00:10 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Subversion protocol daemon
|
2016-06-29 10:52:49 +00:00
|
|
|
After=network.target
|
2013-05-20 21:00:10 +00:00
|
|
|
|
|
|
|
[Service]
|
2021-11-26 18:04:50 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2013-05-20 21:00:10 +00:00
|
|
|
Type=forking
|
|
|
|
EnvironmentFile=/etc/sysconfig/svnserve
|
|
|
|
User=svn
|
|
|
|
Group=svn
|
2020-09-28 16:19:58 +00:00
|
|
|
PIDFile=/run/svnserve/svnserve.pid
|
|
|
|
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_OPTIONS
|
2013-05-20 21:00:10 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|