tracktrain: don't start before network.target

i hope this is the correct option; the last one apparently wasn't
enough.
nextcloud-docs-on-website
stuebinm 2023-02-16 01:35:05 +01:00
parent dc1bdb2682
commit 30510a3194
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ in
description = "tracks trains, hopefully";
wantedBy = [ "multi-user.target" ];
requires = [ "network.target" ];
after = [ "network.target" ];
serviceConfig = {
Type = "simple";