You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
548 B
Plaintext
18 lines
548 B
Plaintext
# Defaults for triggerhappy initscript
|
|
# sourced by /etc/init.d/triggerhappy
|
|
# installed at /etc/default/triggerhappy by the maintainer scripts
|
|
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
|
|
# Additional options that are passed to the Daemon.
|
|
DAEMON_OPTS=""
|
|
|
|
# The Triggerhappy daemon (thd) drops its root privileges after
|
|
# startup and becomes "nobody". If you want it to retain its root
|
|
# status (e.g. to run commands only accessible to the system user),
|
|
# uncomment the following line or specifiy the user option yourself:
|
|
#
|
|
# DAEMON_OPTS="--user root"
|