diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/weston.service')
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/weston.service | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston.service b/meta/recipes-graphics/wayland/weston-init/weston.service index 12aedb7935..689ce41064 100644 --- a/meta/recipes-graphics/wayland/weston-init/weston.service +++ b/meta/recipes-graphics/wayland/weston-init/weston.service | |||
@@ -5,10 +5,7 @@ RequiresMountsFor=/run | |||
5 | [Service] | 5 | [Service] |
6 | User=root | 6 | User=root |
7 | EnvironmentFile=-/etc/default/weston | 7 | EnvironmentFile=-/etc/default/weston |
8 | Environment="XDG_RUNTIME_DIR=/run/user/root" | 8 | ExecStart=/usr/bin/weston-start -v -e -- $OPTARGS |
9 | ExecStartPre=/bin/mkdir -p /run/user/root | ||
10 | ExecStartPre=/bin/chmod 0700 /run/user/root | ||
11 | ExecStart=/usr/bin/openvt -v -e /usr/bin/weston -- $OPTARGS | ||
12 | 9 | ||
13 | [Install] | 10 | [Install] |
14 | WantedBy=multi-user.target | 11 | WantedBy=multi-user.target |