diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-04-26 17:19:34 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-04-26 17:22:29 +0200 |
commit | e7133222e8a753fb8511d8257f4621d2c7118e61 (patch) | |
tree | cb32ea3c1e24347814364b5b8c94b0732f162d84 | |
parent | bb33696c8ef16e75a9c081d9c434badd8a153990 (diff) |
Remove useless "User=" from servicedab_3.99.1dab/3.99.13.99.1
The service run has systemd user unit, so "User=" is useless
Bug-AGL: SPEC-546
Change-Id: Iea3d9b3a26a85cdad55ac2e22115fe361695491c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | windowmanager/conf/WindowManager.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/windowmanager/conf/WindowManager.service b/windowmanager/conf/WindowManager.service index d3f0a99..d2a8039 100644 --- a/windowmanager/conf/WindowManager.service +++ b/windowmanager/conf/WindowManager.service @@ -3,7 +3,6 @@ Description=AGL Window Manager Requires=dbus.service [Service] -User=root Type=dbus BusName=org.agl.windowmanager ExecStart=/usr/AGL/windowmanager/WindowManager |