syncthing: start tray service after bars

Qsyncthing tray 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
parent a597c66afe
commit f237901988
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96

View file

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