mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
16 lines
446 B
SYSTEMD
16 lines
446 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=WEFT OS Wayland Compositor
|
||
|
|
Documentation=https://github.com/weft-os/weft
|
||
|
|
After=systemd-logind.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=notify
|
||
|
|
ExecStart=/packages/system/weft-compositor/active/bin/weft-compositor
|
||
|
|
Restart=on-failure
|
||
|
|
RestartSec=1
|
||
|
|
# The socket path is posted to the environment by the compositor itself.
|
||
|
|
# Downstream services (servo-shell.service) should declare After=weft-compositor.service.
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=graphical.target
|