summaryrefslogtreecommitdiff
path: root/firestart
diff options
context:
space:
mode:
Diffstat (limited to 'firestart')
-rwxr-xr-xfirestart1
1 files changed, 0 insertions, 1 deletions
diff --git a/firestart b/firestart
index ce4aa54..3fdd944 100755
--- a/firestart
+++ b/firestart
@@ -24,7 +24,6 @@ systemd-run --user \
24 --property MemoryMax="$MEMORY_MAX" \ 24 --property MemoryMax="$MEMORY_MAX" \
25 --property IOReadIOPSMax="$DEV $READ_OPS" \ 25 --property IOReadIOPSMax="$DEV $READ_OPS" \
26 --property IOWriteIOPSMax="$DEV $WRITE_OPS" \ 26 --property IOWriteIOPSMax="$DEV $WRITE_OPS" \
27 --property IOWriteIOPSMax="$DEV $WRITE_OPS" \
28 --property Restart="on-failure" \ 27 --property Restart="on-failure" \
29 -- \ 28 -- \
30 "$CMD" "$@" 29 "$CMD" "$@"