source:
npl/mailserver/dspam/run
@
28afc38
Last change on this file since 28afc38 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 127 bytes |
Line | |
---|---|
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.