fx-marionette: Exit after idle
dustin/basementhud/pipeline/head This commit looks good
Details
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
parent
6fe27732b3
commit
379eca833c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue