Renaming package to ShadowArch to follow /wiki/Design_Principles; improved packing; development sync to current state -- massive overhaul
This commit is contained in:
15
EtcFiles/ssh-agent@.service
Normal file
15
EtcFiles/ssh-agent@.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=SSH-Agent for User %I
|
||||
After=network.target shadow.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/bash -c "ssh-agent -s > /home/%I/.bashrc.ssh-agent"
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Type=oneshot
|
||||
KillMode=process
|
||||
Restart=on-failed
|
||||
User=%I
|
||||
Group=%I
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user