summaryrefslogtreecommitdiff
path: root/games-server/monopd/files/monopd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'games-server/monopd/files/monopd.initd')
-rw-r--r--games-server/monopd/files/monopd.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-server/monopd/files/monopd.initd b/games-server/monopd/files/monopd.initd
new file mode 100644
index 000000000000..7a6a090ab6f2
--- /dev/null
+++ b/games-server/monopd/files/monopd.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+command="monopd"
+command_background="true"
+command_user="nobody:nogroup"
+pidfile="/run/${RC_SVCNAME}.pid"
+
+depend() {
+ use net
+}