On Sat, Oct 8, 2022 at 3:05 PM André Cruz <[email protected]> wrote: > > Are you saying i need to adduser guadcd_test and where i should put the home > folder and witch file do i need to edit to configure freeRDP? >
* Use your Linux distro's command to create a new user: useradd guacd Generally this will create the home directory, too, set permissions, etc. * Edit /etc/systemd/system/guacd.service and change the User= line so that the new user is running it rather than daemon. * Make sure to update permissions and/or group membership so that the new user can read /etc/guacamole and associated files. * Reload systemd and restart guacd: systemctl daemon-reload systemctl restart guacd -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
