make led-fader: after networ-online.target

This commit is contained in:
makefu 2017-06-27 21:02:36 +02:00
parent 40eda692b7
commit cb692e0014

View file

@ -31,6 +31,7 @@ in {
};
# after = [ (lib.optional config.services.mosqitto.enable "mosquitto.service") ];
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
serviceConfig = {
# User = "nobody"; # need a user with permissions to run nix-shell
ExecStart = "${pkg}/bin/ampel 4 ${pkg}/share/times.json";