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 cGit daemon
     5         kx After=network.target
     5         kx 
     5         kx [Service]
     5         kx PIDFile=/var/run/cgitd.pid
     5         kx ExecStart=/usr/sbin/cscmd --daemonize --inotify --scm=git --pid=/var/run/cgitd.pid --log=/var/log/cgitd.log --config=/etc/cgit-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