mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
Fix slice-inherit option
This commit is contained in:
parent
00725ed9e2
commit
f2b1accec0
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ impl Plugin {
|
|||
// --pipe gives direct, non-emulated stdio access, for better performance.
|
||||
command.arg("--pipe");
|
||||
// run the command inside the same slice as reaction
|
||||
command.arg("--slice-intherit");
|
||||
command.arg("--slice-inherit");
|
||||
|
||||
// Make path absolute for systemd
|
||||
let full_workdir = path::absolute(&plugin_working_directory)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue