fx-marionette: Exit after idle
dustin/basementhud/pipeline/head This commit looks good Details

By default, `systemd-socket-proxyd` keeps running after the remote
disconnects.  This prevents the HUD control from reconnecting if e.g.
Firefox crashes.
master
Dustin 2022-12-13 11:55:31 -06:00
parent 6fe27732b3
commit 379eca833c
1 changed files with 4 additions and 1 deletions

View File

@ -4,4 +4,7 @@ Requires=firefox-marionette.socket
Requires=firefox.service
[Service]
ExecStart=/usr/lib/systemd/systemd-socket-proxyd 127.0.0.1:2828
ExecStart=/usr/lib/systemd/systemd-socket-proxyd \
--connections-max=1 \
--exit-idle-time=10s \
127.0.0.1:2828