forked from pub-solar/os
waybar: don't use network-online.target in service
This commit is contained in:
parent
e0eb8a80d0
commit
5ee369ac5b
|
@ -6,11 +6,9 @@
|
||||||
BindsTo = [ "sway-session.target" ];
|
BindsTo = [ "sway-session.target" ];
|
||||||
After = [
|
After = [
|
||||||
"sway-session.target"
|
"sway-session.target"
|
||||||
"network-online.target"
|
|
||||||
];
|
];
|
||||||
Wants = [
|
Wants = [
|
||||||
"graphical-session-pre.target"
|
"graphical-session-pre.target"
|
||||||
"network-online.target"
|
|
||||||
"blueman-applet.service"
|
"blueman-applet.service"
|
||||||
];
|
];
|
||||||
ConditionEnvironment = [ "WAYLAND_DISPLAY" ];
|
ConditionEnvironment = [ "WAYLAND_DISPLAY" ];
|
||||||
|
|
Loading…
Reference in a new issue