https://bugs.kde.org/show_bug.cgi?id=498397

--- Comment #3 from Thomas Rother <t.rot...@netzwissen.de> ---
thommie@odysseus4:~> journalctl --user -b
Jan 09 09:12:06 odysseus4 systemd-xdg-autostart-generator[2388]: Configuration
file /home/thommie/.config/autostart/ssh-add>
Jan 09 09:12:07 odysseus4 systemd[2379]: Configuration file
/home/thommie/.config/systemd/user/ssh-agent.service is marked >
[...]
Jan 09 09:12:07 odysseus4 systemd[2379]: Started SSH agent (ssh-agent).

The ssh-agent.service file

[Unit]
Description=SSH agent (ssh-agent)

[Service]
Type=simple
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
Environment=DISPLAY=:0
ExecStart=ssh-agent -D -a $SSH_AUTH_SOCK
ExecStop=kill -15 $MAINPID

[Install]
WantedBy=default.target

Hmmm, Question: is it possible that the service comes up a bit too late for the
script execution?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to