11 lines
200 B
SYSTEMD
11 lines
200 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run a SSH proxy socket to another QubesOS VM
|
||
|
|
||
|
[Service]
|
||
|
Environment=SSH_VAULT_VM=vault
|
||
|
ExecStart=%h/.local/bin/qubes-ssh-socket
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|