summaryrefslogtreecommitdiff
path: root/net-p2p/fms/files/fms.initd
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/fms/files/fms.initd')
-rw-r--r--net-p2p/fms/files/fms.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/fms/files/fms.initd b/net-p2p/fms/files/fms.initd
new file mode 100644
index 000000000000..fb76b701c515
--- /dev/null
+++ b/net-p2p/fms/files/fms.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+pidfile="/run/fms.pid"
+start_stop_daemon_args="--chdir /var/freenet/fms"
+
+command="/usr/bin/fms"
+command_background="true"
+command_group="freenet"
+command_user="freenet"