source:
npl/mailserver/dspam/run
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 127 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #!/bin/sh |
2 | touch /var/run/dspam.pid | |
3 | chown nobody /var/run/dspam.pid | |
4 | exec su - nobody -c "exec /usr/bin/dspam --daemon --nofork" |
Note: See TracBrowser
for help on using the repository browser.