Skip to content

Commit b22dfc2

Browse files
authored
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
1 parent 065eff3 commit b22dfc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/hyprpolkitagent-service.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ ConditionEnvironment=WAYLAND_DISPLAY
88
ExecStart=@LIBEXECDIR@/hyprpolkitagent
99
Slice=session.slice
1010
TimeoutStopSec=5sec
11-
Restart=on-failure
11+
Restart=on-failure
12+
13+
[Install]
14+
WantedBy=graphical-session.target

0 commit comments

Comments
 (0)