summaryrefslogtreecommitdiff
path: root/src/firestart
diff options
context:
space:
mode:
Diffstat (limited to 'src/firestart')
-rwxr-xr-xsrc/firestart3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/firestart b/src/firestart
index 5cc1c92..5df8b50 100755
--- a/src/firestart
+++ b/src/firestart
@@ -25,10 +25,11 @@ then
25 # 25 #
26 # A more "correct" approach is available here: 26 # A more "correct" approach is available here:
27 # https://github.com/ayosec/findfox 27 # https://github.com/ayosec/findfox
28 # See also the file doc/FirefoxDBusRemoteControl.html in this repo.
28 exec systemd-run \ 29 exec systemd-run \
29 --user \ 30 --user \
30 --property Environment="DISPLAY=$DISPLAY" \ 31 --property Environment="DISPLAY=$DISPLAY" \
31 --property Environment=XAUTHORITY="$XAUTHORITY" \ 32 --property Environment="XAUTHORITY=$XAUTHORITY" \
32 --property TasksMax=2 \ 33 --property TasksMax=2 \
33 --wait \ 34 --wait \
34 --pipe \ 35 --pipe \