mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
ngircd.init: require $network $remote_fs when stopping ngircd
This commit is contained in:
parent
28f8b50174
commit
139d6303e7
@ -1,13 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# ngIRCd start and stop script for Debian-based systems
|
# ngIRCd start and stop script for Debian-based systems
|
||||||
# Copyright 2008,2009 Alexander Barton <alex@barton.de>
|
# Copyright 2008-2010 Alexander Barton <alex@barton.de>
|
||||||
#
|
#
|
||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: ngircd
|
# Provides: ngircd
|
||||||
# Required-Start: $network $remote_fs
|
# Required-Start: $network $remote_fs
|
||||||
# Required-Stop:
|
# Required-Stop: $network $remote_fs
|
||||||
# Should-Start: $syslog $named
|
# Should-Start: $syslog $named
|
||||||
# Should-Stop: $syslog
|
# Should-Stop: $syslog
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 2 3 4 5
|
||||||
|
Loading…
Reference in New Issue
Block a user