Watch
1
0
Fork
You've already forked souveraine
0
souveraine/packaging/souveraine-sessiond.service
Fimeg 261d74672f package sessiond (aarch64 only)
It was hand-copied to /usr/local/bin, owned by no package, so it never
updated. Not built for x86_64 — the laptop hits lock-screen errors with
it. Verified both packages assemble correctly.
2026-07-24 21:31:14 -04:00

13 lines
398 B
Desktop File

[Unit]
Description=Souveraine session authority (lock-before-shell, lock-past-shell-death)
# Started explicitly from the hyprland.start hook after WAYLAND_DISPLAY is
# imported into the user manager — same lifecycle pattern as hypridle.
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/souveraine-sessiond
Restart=on-failure
RestartSec=1
[Install]
WantedBy=graphical-session.target