hyprpolkitagent/assets/hyprpolkitagent-service.in
izmyname b22dfc2e09
systemd: Add [install] section to hyprpolkitagent.service (#3)
* Update hyprpolkitagent-service.in

Add Install - Wantedby strings, so the service could be enabled

* Update hyprpolkitagent-service.in
2024-10-22 20:33:58 +01:00

14 lines
311 B
Text

[Unit]
Description=Hyprland Polkit Authentication Agent
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
ExecStart=@LIBEXECDIR@/hyprpolkitagent
Slice=session.slice
TimeoutStopSec=5sec
Restart=on-failure
[Install]
WantedBy=graphical-session.target