mostly t11 fixes
[distro-setup] / filesystem / etc / systemd / system / ssh-agent-root.service
1 [Unit]
2 Description=OpenSSH Agent for root
3 Documentation=man:ssh-agent(1)
4
5 [Service]
6 # note: use -d instead of -D for debug info
7 ExecStart=/usr/bin/ssh-agent -D -a /run/openssh_agent
8
9 [Install]
10 WantedBy=multi-user.target