Skip to content

Don't hardcode username in systemd service

Arnaud Ferraris requested to merge (removed):fix-service-user into master

In order to allow the user to change the default username (or other distributions with a differently named user), use the UID instead of the username.

Merge request reports