David Runge pushed to branch main at Arch Linux / Packaging / Packages / openssh
Commits: a78092aa by Daan De Meyer at 2024-10-24T18:24:21+02:00 Add [Install] section to sshdgenkeys.service Otherwise we can't enable the service with systemd presets. - - - - - 1 changed file: - sshdgenkeys.service Changes: ===================================== sshdgenkeys.service ===================================== @@ -10,3 +10,6 @@ ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub [Service] ExecStart=/usr/bin/ssh-keygen -A Type=oneshot + +[Install] +WantedBy=multi-user.target View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openssh/-/commit/a78092aa9aa9dfbaa83c7ae8643df422a443e24b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openssh/-/commit/a78092aa9aa9dfbaa83c7ae8643df422a443e24b You're receiving this email because of your account on gitlab.archlinux.org.
