Compare commits
2 Commits
ff644f312f
...
99b8b41e95
| Author | SHA1 | Date | |
|---|---|---|---|
| 99b8b41e95 | |||
| 4ddfb1c39d |
+291
-291
File diff suppressed because it is too large
Load Diff
@@ -1472,7 +1472,7 @@ in
|
|||||||
];
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = yes;
|
RemainAfterExit = true;
|
||||||
ExecStart = "${scriptPath}";
|
ExecStart = "${scriptPath}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ in
|
|||||||
];
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = yes;
|
RemainAfterExit = true;
|
||||||
ExecStart = "${scriptPath}";
|
ExecStart = "${scriptPath}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user