summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirestart3
1 files changed, 1 insertions, 2 deletions
diff --git a/firestart b/firestart
index 4de26b0..abb15f3 100755
--- a/firestart
+++ b/firestart
@@ -54,8 +54,7 @@ firefox-io-slayer launch-unit
54systemctl --user reset-failed "$UNIT" 2>/dev/null 54systemctl --user reset-failed "$UNIT" 2>/dev/null
55systemd-run --user \ 55systemd-run --user \
56 --unit "$UNIT" \ 56 --unit "$UNIT" \
57 --setenv DISPLAY="$DISPLAY" \ 57 --property PassEnvironment='DISPLAY XAUTHORITY' \
58 --setenv XAUTHORITY="$XAUTHORITY" \
59 --property MemoryMax="$MEMORY_MAX" \ 58 --property MemoryMax="$MEMORY_MAX" \
60 --property IOReadIOPSMax="$DEV $READ_OPS" \ 59 --property IOReadIOPSMax="$DEV $READ_OPS" \
61 --property IOWriteIOPSMax="$DEV $WRITE_OPS" \ 60 --property IOWriteIOPSMax="$DEV $WRITE_OPS" \