Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-22 | Drop upstart system and user jobs. | Dimitri John Ledkov | |
2017-05-09 | Only call "initctl set-env" from agent-launch if $UPSTART_SESSION is set ↵ | Colin Watson | |
(LP: #1689299). | |||
2016-07-29 | Add debian/agent-launch: Helper script for conditionally starting the SSH ↵ | Martin Pitt | |
agent in the user session Use it in ssh-agent.user-session.upstart. This will also be used in a corresponding systemd user unit. This replaces the backgrounded "ssh-agent -s" with a foreground task which works more nicely with modern init systems for logging/debugging and starting/stopping. Also use a fixed socket file name in $XDG_RUNTIME_DIR -- under both upstart and systemd we can assume this, and it allows restarting the service in a running session. |