Update mailcatcher
This commit is contained in:
parent
be043055ae
commit
edc5436915
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue