Compare commits
1 commit
master
...
sumner/296
Author | SHA1 | Date | |
---|---|---|---|
85509d0934 |
|
@ -98,7 +98,11 @@ in {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = cfg.tray.package.pname;
|
Description = cfg.tray.package.pname;
|
||||||
Requires = [ "tray.target" ];
|
Requires = [ "tray.target" ];
|
||||||
After = [ "graphical-session-pre.target" "tray.target" ];
|
After = [
|
||||||
|
"graphical-session-pre.target"
|
||||||
|
"tray.target"
|
||||||
|
"syncthing.service"
|
||||||
|
];
|
||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -118,7 +122,11 @@ in {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "syncthingtray";
|
Description = "syncthingtray";
|
||||||
Requires = [ "tray.target" ];
|
Requires = [ "tray.target" ];
|
||||||
After = [ "graphical-session-pre.target" "tray.target" ];
|
After = [
|
||||||
|
"graphical-session-pre.target"
|
||||||
|
"tray.target"
|
||||||
|
"syncthing.service"
|
||||||
|
];
|
||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue