forked from lrvick/dotfiles
fix ssh-socket setup
This commit is contained in:
parent
717548c465
commit
8332e7232f
|
@ -0,0 +1,10 @@
|
||||||
|
[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
|
|
@ -0,0 +1,10 @@
|
||||||
|
[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
|
Loading…
Reference in New Issue