diff options
Diffstat (limited to 'games-simulation/openttd/files/openttd.initd-r1')
-rw-r--r-- | games-simulation/openttd/files/openttd.initd-r1 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games-simulation/openttd/files/openttd.initd-r1 b/games-simulation/openttd/files/openttd.initd-r1 deleted file mode 100644 index 0bfeefddf6d6..000000000000 --- a/games-simulation/openttd/files/openttd.initd-r1 +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later - -description="OpenTTD dedicated game server" -pidfile="/run/${SVCNAME}.pid" -command="/usr/bin/openttd" -command_args="-D" -command_background="true" - -depend() { - need net -} |