source: npl/mailserver/dspam/run

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 127 bytes
RevLine 
[c5c522c]1#!/bin/sh
2touch /var/run/dspam.pid
3chown nobody /var/run/dspam.pid
4exec su - nobody -c "exec /usr/bin/dspam --daemon --nofork"
Note: See TracBrowser for help on using the repository browser.