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
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateTmp=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        RestrictRealtimeIntroduced 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.