syncthing: start tray service after bars

The QSyncthingTray service requires running tray providers such as
polybar and taffybar.
This commit is contained in:
Nikita Uvarov
2018-01-27 13:03:28 +01:00
committed by Robert Helgesson
parent a154e2ea1a
commit 8b77f1db2c

View File

@@ -51,7 +51,7 @@ with lib;
qsyncthingtray = {
Unit = {
Description = "QSyncthingTray";
After = [ "graphical-session-pre.target" ];
After = [ "graphical-session-pre.target" "polybar.service" "taffybar.service" ];
PartOf = [ "graphical-session.target" ];
};