source:
npl/mailserver/dspam/run
@
d36701a
Last change on this file since d36701a 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.