mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
12 lines
216 B
SYSTEMD
12 lines
216 B
SYSTEMD
[Unit]
|
|
Description=Forward connection to ssh over Qubes RPC
|
|
ConditionPathExists=/var/run/qubes-service/ssh-setup
|
|
|
|
[Socket]
|
|
ListenStream=127.0.0.1:840
|
|
BindToDevice=lo
|
|
Accept=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|