]> git.pld-linux.org Git - packages/demarc.git/blob - demarc.cron
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/demarc.git] / demarc.cron
1 # It's very important to have demarcd running
2 */15 * * * *    root    /bin/sh -c "if (/etc/rc.d/init.d/demarcd status | grep -q 'dead but pid file exists'); then /etc/rc.d/init.d/demarcd restart > /dev/null; fi"
3
This page took 0.03843 seconds and 3 git commands to generate.