mirror of
https://github.com/hyprwm/hyprpolkitagent.git
synced 2024-11-24 08:15:57 +01:00
b22dfc2e09
* Update hyprpolkitagent-service.in Add Install - Wantedby strings, so the service could be enabled * Update hyprpolkitagent-service.in
14 lines
311 B
Text
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
|