cScm Configuration Daemon

cScm – is a tool to convert SCM configuration files into binary format and store its in shared memory for reading by cSvn-ui and cGit-ui CGI scripts

12 Commits   0 Branches   1 Tag
     5         kx 
     5         kx [Unit]
     5         kx Description=The cSvn daemon
     5         kx After=network.target
     5         kx 
     5         kx [Service]
     5         kx PIDFile=/var/run/csvnd.pid
     5         kx ExecStart=/usr/sbin/cscmd --daemonize --inotify --scm=svn --pid=/var/run/csvnd.pid --log=/var/log/csvnd.log --config=/etc/csvn-ui.rc
     5         kx ExecReload=/bin/kill -s HUP $MAINPID
     5         kx ExecStop=/bin/kill -s TERM $MAINPID
     5         kx 
     5         kx [Install]
     5         kx WantedBy=multi-user.target