tracktrain: don't start before network.target
i hope this is the correct option; the last one apparently wasn't enough.
This commit is contained in:
parent
dc1bdb2682
commit
30510a3194
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ in
|
||||||
|
|
||||||
description = "tracks trains, hopefully";
|
description = "tracks trains, hopefully";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
requires = [ "network.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
Loading…
Reference in a new issue