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