diff options
Diffstat (limited to 'games-simulation/openttd/files/openttd.initd')
-rw-r--r-- | games-simulation/openttd/files/openttd.initd | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games-simulation/openttd/files/openttd.initd b/games-simulation/openttd/files/openttd.initd deleted file mode 100644 index a14cf6d2..00000000 --- a/games-simulation/openttd/files/openttd.initd +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later -# $Id$ - -depend() { - need net -} - -start() { - ebegin "Starting OpenTTD dedicated server" - start-stop-daemon --start -q --exec /usr/games/bin/openttd -- -D -f > /dev/null - eend $? -} - -stop() { - ebegin "Stopping OpenTTD dedicated server" - start-stop-daemon --stop -q -n openttd - eend $? -} |