WIP: systemd example
Just flushing out my latest changes I had for this, needs squashing the very least.
This is for issue #7.
Merge request reports
Activity
mentioned in issue #7
- Resolved by Pekka Paalanen
The email thread starting at https://lists.freedesktop.org/archives/wayland-devel/2017-November/035973.html has some discussion going into Jan 2018 about how to properly integrate with PAM. Those comments would need to be integrated here.
- doc/systemd/weston.service 0 → 100644
1 # This is a system unit for launching Weston with auto-login as the 2 # user configured here. 3 # 4 # Weston must be built with systemd support, and your weston.ini must load 5 # the plugin systemd-notify.so. 6 7 [Unit] 8 Description=Weston, a Wayland compositor, as a system service 9 Documentation=man:weston(1) man:weston.ini(5) 10 Documentation=http://wayland.freedesktop.org/ 11 12 # For other units that might relate to a "display manager" in general. 13 Alias=display-manager.service Alias
belong toInstall
section, see https://www.freedesktop.org/software/systemd/man/systemd.unit.html.
mentioned in merge request !439
I'm closing this MR in favour of !439.