diff options
Diffstat (limited to 'main/fetchmail/fetchmail.initd')
-rwxr-xr-x | main/fetchmail/fetchmail.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fetchmail/fetchmail.initd b/main/fetchmail/fetchmail.initd index ad826ec850..cee4f69f86 100755 --- a/main/fetchmail/fetchmail.initd +++ b/main/fetchmail/fetchmail.initd @@ -24,8 +24,8 @@ start() { ebegin "Starting fetchmail" start-stop-daemon --start --quiet \ --user fetchmail --exec /usr/bin/fetchmail \ - --pidfile ${pidfile} -i /var/lib/fetchmail/.fetchids \ - -- -f "${CFGFILE}" ${FETCHMAIL_OPTS} + -- -f "${CFGFILE}" ${FETCHMAIL_OPTS} \ + --pidfile ${pidfile} -i /var/lib/fetchmail/.fetchids eend ${?} } |