summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-04-05 08:46:39 -0400
committerAndrew Cady <d@cryptonomic.net>2022-04-05 08:46:44 -0400
commit6a147c8e1bb1b6079446003a2b66582462230ccf (patch)
treecadb0a52aaa7c1e94bd47fc56fb31e5d625dda78
parentf887aebab9b0a25e1151b492cf131c391f33dab6 (diff)
remove redundancy
-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" "$@"