Skip to content
Snippets Groups Projects
Commit 24435a5c authored by Dominik Holland's avatar Dominik Holland Committed by Samuli Piippo
Browse files

neptune3-ui: Start neptune3 as the root user


By default systemd doesn't set a user when starting the service, but
because neptune3 needs some user specific directories we need to explicitly
set it to 'root'

Change-Id: Iffb042d6a7bc1b0bd121616b349c383fb9729a95
Reviewed-by: default avatarVladimir Minenko <vladimir.minenko@pelagicore.com>
Reviewed-by: default avatarSamuli Piippo <samuli.piippo@qt.io>
(cherry picked from thud/4c70a657)
Fixes: AUTOSUITE-1143
Reviewed-by: default avatarDominik Holland <dominik.holland@pelagicore.com>
parent f192d77d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ Description=Neptune
After=dbus.service dbus-session.service systemd-user-sessions.service
[Service]
User=root
ExecStart=/usr/bin/appcontroller /opt/neptune3/neptune3-ui -r --dbus session -c am-config-neptune.yaml
Restart=on-failure
WorkingDirectory=/opt/neptune3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment