blob: f23e1131e7530889e9fab013ca1ef621a46a4059 (
plain)
1
2
3
4
5
6
7
|
#!/sbin/openrc-run
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
pidfile="/var/run/${RC_SVCNAME}.pid"
command_background="true"
command="joycond"
|