TIZEN: Add logging to the weston.service file to facilitate debugging
[profile/ivi/weston.git] / packaging / weston.service
1 #
2 # weston systemd service unit file
3 #
4
5 [Unit]
6 Description=Weston launcher
7 Wants=syslog.target dbus.service
8
9 [Service]
10 Environment=XDG_RUNTIME_DIR=/tmp 
11 Environment=QT_QPA_PLATFORM=wayland 
12 Environment=ELM_ENGINE=wayland_egl 
13 Environment=CLUTTER_BACKEND=wayland
14 ExecStart=/usr/bin/weston --log=/var/log/weston.log
15 Restart=always
16 RestartSec=10
17
18 [Install]
19 Alias=display-manager.service
20 WantedBy=graphical.target
21