mirror of
https://github.com/hyprwm/hyprpolkitagent.git
synced 2024-12-03 19:06:00 +01:00
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
This commit is contained in:
parent
065eff3925
commit
b22dfc2e09
1 changed files with 4 additions and 1 deletions
|
@ -8,4 +8,7 @@ ConditionEnvironment=WAYLAND_DISPLAY
|
|||
ExecStart=@LIBEXECDIR@/hyprpolkitagent
|
||||
Slice=session.slice
|
||||
TimeoutStopSec=5sec
|
||||
Restart=on-failure
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
|
|
Loading…
Reference in a new issue