Daemon was looking in the wrong place
This commit is contained in:
+308
-308
File diff suppressed because it is too large
Load Diff
@@ -1803,11 +1803,11 @@ in
|
|||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}";
|
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}/pictures";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 1;
|
RestartSec = 1;
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "default.target" ];
|
Install.WantedBy = [ "default.target" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -92,11 +92,11 @@ in
|
|||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}";
|
ExecStart = "${pkgs.bash}/bin/bash ${userWsScriptPath} ${userAbsRoot}/pictures";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 1;
|
RestartSec = 1;
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "default.target" ];
|
Install.WantedBy = [ "default.target" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user