summaryrefslogtreecommitdiff
blob: c428d78e64da882b70639cf69b5212c42fa0c3cb (plain)
1
2
3
4
5
6
7
8
9
10
#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

description="Starts ${SVCNAME} service for rasdaemon"

command="/usr/sbin/${SVCNAME}"
command_args="--register-labels"
pidfile=/run/${SVCNAME}.pid
command_background=true