Skip to content

Commit

Permalink
systemd service: fix start up ordering
Browse files Browse the repository at this point in the history
the service needs to have After=wayland-session.target otherwise it'll
be started in parallel to the compositor which might not be fully
configured
  • Loading branch information
gdamjan committed Mar 3, 2020
1 parent 37b1b35 commit 03130b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/waybar.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
Documentation=https://github.com/Alexays/Waybar/wiki/
PartOf=wayland-session.target
After=wayland-session.target

[Service]
Type=dbus
Expand Down

0 comments on commit 03130b7

Please sign in to comment.