[ADD][SSH] ssh-agent service using systemd

I needed to enable the service after linking the package. This might be
better served by yet another step during my Makefile-based installation?
I do not do it enough to warrant adding yet more steps for this
functionality.
This commit is contained in:
Bruno BELANYI 2020-09-11 12:17:00 +02:00
parent d6330c1767
commit 59893b6a00
2 changed files with 15 additions and 0 deletions

View file

@ -157,6 +157,11 @@ stow-scripts: scripts
mkdir -p $(STOW_TARGET)
$(STOW) $<
stow-ssh: ssh
$(STOW) $<
# Enable & start ssh-agent service
systemctl enable --now --user ssh-agent.service
stow-system-X: STOW_TARGET=/
stow-system-X: system-X
sudo $(STOW) $<