Skip to content
Snippets Groups Projects

WIP: systemd example

Closed Pekka Paalanen requested to merge pq/weston:mr/systemd-example into master
2 unresolved threads

Just flushing out my latest changes I had for this, needs squashing the very least.

This is for issue #7.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 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
  • Stefan Agner mentioned in merge request !439

    mentioned in merge request !439

  • Author Owner

    I'm closing this MR in favour of !439.

  • Please register or sign in to reply
    Loading