13 lines
223 B
Desktop File
13 lines
223 B
Desktop File
[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
|