Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 99b8b41e95 . 2026-03-04 21:58:30 +01:00
henrov 4ddfb1c39d making the service run at boot 2026-03-04 21:58:23 +01:00
3 changed files with 293 additions and 293 deletions
+291 -291
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1472,7 +1472,7 @@ in
];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = yes;
RemainAfterExit = true;
ExecStart = "${scriptPath}";
};
};
+1 -1
View File
@@ -13,7 +13,7 @@ in
];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = yes;
RemainAfterExit = true;
ExecStart = "${scriptPath}";
};
};