diff options
Diffstat (limited to 'games-util/joycond/files/joycond.initd')
-rw-r--r-- | games-util/joycond/files/joycond.initd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games-util/joycond/files/joycond.initd b/games-util/joycond/files/joycond.initd new file mode 100644 index 000000000000..f23e1131e753 --- /dev/null +++ b/games-util/joycond/files/joycond.initd @@ -0,0 +1,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" |