Adding GPG signing as recommended by man 8 pacman-key; SSH-agent improvements

This commit is contained in:
DarkFeather
2019-05-17 17:53:31 -05:00
parent 9fc65724ef
commit fc5156f436
8 changed files with 36 additions and 13 deletions

View File

@@ -3,11 +3,10 @@ Description=SSH-Agent for User %I
After=network.target shadow.service
[Service]
ExecStart=/bin/bash -c "ssh-agent -s > /home/%I/.bashrc.ssh-agent"
ExecStart=ssh-agent -s
ExecReload=/bin/kill -HUP $MAINPID
Type=oneshot
KillMode=process
Restart=on-failed
User=%I
Group=%I