making the service run at boot
This commit is contained in:
@@ -1472,7 +1472,7 @@ in
|
|||||||
];
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = yes;
|
RemainAfterExit = true;
|
||||||
ExecStart = "${scriptPath}";
|
ExecStart = "${scriptPath}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user