Update mailcatcher

This commit is contained in:
Axel 2017-10-25 11:06:07 +02:00 committed by GitHub
parent be043055ae
commit edc5436915

View file

@ -1,4 +1,14 @@
#!/bin/bash #!/bin/sh
### BEGIN INIT INFO
# Provides: mailcatcher
# Required-Start: $local_fs $network $syslog
# Required-Stop: $local_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Mailcatcher boot script
# Description: Mailcatcher boot script
### END INIT INFO
PID_FILE=/var/run/mailcatcher.pid PID_FILE=/var/run/mailcatcher.pid
NAME=mailcatcher NAME=mailcatcher