Skip to content
Snippets Groups Projects
Commit 6c5893b2 authored by Samuel Laurén's avatar Samuel Laurén
Browse files

network-online.target

parent 24236251
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,8 @@ in { ...@@ -36,7 +36,8 @@ in {
systemd.services.coffeecam = { systemd.services.coffeecam = {
description = "CoffeeCam transmission"; description = "CoffeeCam transmission";
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network.target" ]; after = [ "network-online.target" ];
wants = [ "network-online.target" ];
serviceConfig = { serviceConfig = {
User = "coffeecam"; User = "coffeecam";
Group = "users"; Group = "users";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment