You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/fms/files/fms.initd

12 lines
294 B

#!/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"