/[gentoo-x86]/games-simulation/openttd/files/openttd.initd
Gentoo

Contents of /games-simulation/openttd/files/openttd.initd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Jan 25 13:55:04 2005 UTC (12 years, 11 months ago) by dholm
Branch: MAIN
CVS Tags: HEAD
Version bumped and added support for dedicated server
(Portage version: 2.0.51-r15)

1 #!/sbin/runscript
2 # Copyright 1999-2004 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License, v2 or later
4 # $Header: $
5
6 depend() {
7 need net
8 }
9
10 start() {
11 ebegin "Starting OpenTTD dedicated server"
12 start-stop-daemon --start -q --exec /usr/games/bin/openttd -- -D -f > /dev/null
13 eend $?
14 }
15
16 stop() {
17 ebegin "Stopping OpenTTD dedicated server"
18 start-stop-daemon --stop -q -n openttd
19 eend $?
20 }

  ViewVC Help
Powered by ViewVC 1.1.20