summarylogtreecommitdiffstats
path: root/moolticute_ssh-agent.install
blob: 9e3ca1546316dc308687f50ece5eda359d8e59ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    _systemd_service_usage
}

post_upgrade() {
    _systemd_service_usage
}

# print an usage on how to use the agent started by systemd
_systemd_service_usage() {
    echo "In order to use moolticute_ssh-agent one had to export the environment variable"      \
         'SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/moolticute-ssh-agent.socket"'
}