Viitor_upstartaddon/etc/event.d/sendmail

13 lines
227 B
Plaintext
Raw Permalink Normal View History

# rc - runlevel compatibility
#
# This task guesses what the "default runlevel" should be and starts the
# appropriate script.
start on mailstart
stop on mailstop
console logged
exec /usr/sbin/sendmail -bD -q30m -om
respawn