Morgan Willcock created GUACAMOLE-1981:
------------------------------------------
Summary: Allow configure to specify the guacd systemd user
Key: GUACAMOLE-1981
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1981
Project: Guacamole
Issue Type: Improvement
Components: guacamole-server
Reporter: Morgan Willcock
Currently the systemd unit file for the Guacmole server has a hardcoded value
which indicates that the service should run as the daemon user:
{{[Service]}}
{{User=daemon}}
To run the service as a dedicated user the "User" value needs to be rewritten
by an external mechanism. The suggested improvement is to add an additional
configure argument which allows the username to be specified before the build
process starts:
{{./configure --with-systemd-dir=/etc/systemd/system --with-systemd-user=guacd}}
I am happy to submit a patch/pull-request with the change if this sounds like a
good idea.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)