Re-enable weston logs by routing std{err,out} to the journal.
[profile/ivi/weston-ivi.git] / weston.service
1 [Unit]
2 Description=Weston
3 Requires=dbus.socket
4
5 [Service]
6 ExecStart=/usr/bin/weston-launch -- -i0
7 StandardInput=tty
8 StandardOutput=journal
9 StandardError=journal
10 TTYPath=/dev/tty1
11
12 [Install]
13 WantedBy=weston.target