diff options
Diffstat (limited to 'pcr/openrc-misc/irexec-confd')
-rw-r--r-- | pcr/openrc-misc/irexec-confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/openrc-misc/irexec-confd b/pcr/openrc-misc/irexec-confd new file mode 100644 index 000000000..48eb8dd4c --- /dev/null +++ b/pcr/openrc-misc/irexec-confd @@ -0,0 +1,9 @@ +# Options to pass to the irexec process +IREXEC_OPTS="/etc/lircrc" + +# User to execute irexec as. +# Warning: Running irexec as root can open security holes +#IREXEC_USER="root" + +# Use this to disable the warning printed when starting irexec as root +# IREXEC_DISABLE_ROOT_WARNING=yes |