Skip to content

Commit ece4e57

Browse files
committed
Fix systemd
1 parent 7b2f1ef commit ece4e57

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ssh-agent.socket

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
[Unit]
2+
Description=Qubes ssh-agent socket
3+
14
[Socket]
25
ListenStream=/var/run/mirage-ssh-agent/qrexec.sock
36
SocketUser=user
47
SocketGroup=user
58
SocketMode=0600
69
Accept=yes
10+
11+
[Install]
12+
WantedBy=sockets.target

[email protected]

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
[Unit]
12
Requires=ssh-agent.socket
3+
Description=Qubes ssh-agent proxy
4+
25
[Service]
36
StandardInput=socket
47
StandardOutput=socket
58
# Replace mirage-ssh-agent if you named the ssh-agent VM differently
6-
ExecStart=/usr/bin/qrexec-client-vm --buffer-size 1024 mirage-ssh-agent qubes.SshAgent
9+
ExecStart=-/usr/bin/qrexec-client-vm --buffer-size 1024 mirage-ssh-agent qubes.SshAgent

0 commit comments

Comments
 (0)