Add init script
(Portage version: 2.2.0_alpha123/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
This commit is contained in:
20
net-fs/mars-nwe/files/mars-nwe.initd
Normal file
20
net-fs/mars-nwe/files/mars-nwe.initd
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/sbin/runscript
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
depend() {
|
||||
need net ipx
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting Martin Stovers NetWare-Emulator"
|
||||
eval start-stop-daemon --start --quiet --exec /usr/sbin/nwserv --pidfile /var/run/mars_nwe/nwserv.pid
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping Martin Stovers NetWare-Emulator"
|
||||
start-stop-daemon --stop --quiet --pidfile /var/run/mars_nwe/nwserv.pid
|
||||
eend $?
|
||||
}
|
||||
Reference in New Issue
Block a user