systemd service: fix start up ordering

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
This commit is contained in:
Дамјан Георгиевски 2020-03-03 22:32:02 +01:00
parent 37b1b35035
commit 03130b7565
1 changed files with 1 additions and 0 deletions

View File

@ -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