From 6a147c8e1bb1b6079446003a2b66582462230ccf Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 5 Apr 2022 08:46:39 -0400 Subject: remove redundancy --- firestart | 1 - 1 file changed, 1 deletion(-) diff --git a/firestart b/firestart index ce4aa54..3fdd944 100755 --- a/firestart +++ b/firestart @@ -24,7 +24,6 @@ systemd-run --user \ --property MemoryMax="$MEMORY_MAX" \ --property IOReadIOPSMax="$DEV $READ_OPS" \ --property IOWriteIOPSMax="$DEV $WRITE_OPS" \ - --property IOWriteIOPSMax="$DEV $WRITE_OPS" \ --property Restart="on-failure" \ -- \ "$CMD" "$@" -- cgit v1.2.3