making the service run at boot

This commit is contained in:
2026-03-04 21:58:23 +01:00
parent ff644f312f
commit 4ddfb1c39d
+1 -1
View File
@@ -1472,7 +1472,7 @@ in
];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = yes;
RemainAfterExit = true;
ExecStart = "${scriptPath}";
};
};