summarylogtreecommitdiffstats
path: root/ssh-agent.install
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.install')
-rw-r--r--ssh-agent.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh-agent.install b/ssh-agent.install
new file mode 100644
index 000000000000..fc8f5050f8df
--- /dev/null
+++ b/ssh-agent.install
@@ -0,0 +1,3 @@
+post_install() {
+ printf "To enable the systemd user unit for ssh-agent, use systemctl --user enable ssh-agent.service.\n"
+}