Installation updates and scripts
This commit is contained in:
12
EtcFiles/ssh-agent.service
Normal file
12
EtcFiles/ssh-agent.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=SSH-Agent for User %u
|
||||
After=network.target shadow.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/ssh-agent -s
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Type=oneshot
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user