triggerhappy icon indicating copy to clipboard operation
triggerhappy copied to clipboard

Specified user in daemon config is not respected.

Open bartoszwalicki opened this issue 4 years ago • 1 comments

Daemon user options passed in file /etc/default/triggerhappy are not respected due to hardcoded nobody user in triggerhappy.service service config file.

bartoszwalicki avatar Dec 22 '20 19:12 bartoszwalicki

This is probably better fixed by adding EnvironmentFile=/etc/default/triggerhappy, and then a $DAEMON_OPTS suffix to the ExecStart= line.

Alternatively (because this is systemd), it would probably just be better to set User= (but that breaks opening input files at startup).

normanr avatar May 30 '22 18:05 normanr