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.
13 lines
398 B
Desktop File
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
|