summaryrefslogtreecommitdiff
blob: fb76b701c515e4f997397864733e6c181c64fb48 (plain)
1
2
3
4
5
6
7
8
9
10
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"