The docs don't specify how to make the second sshd daemon start on every reboot.
I've added a unit that I use in my setup to the docs.
Ref T15467
Differential D25497
Add example systemd unit for sshd in Diffusion docs kuba-orlik on Dec 14 2023, 11:21. Authored by
Details
The docs don't specify how to make the second sshd daemon start on every reboot. I've added a unit that I use in my setup to the docs. Ref T15467 Check that the docs look alright.
Diff Detail
Event TimelineComment Actions I really appreciate this, and I can confirm that this systemd service is almost exactly the one I have in my production. Premising that in my production I've added also: After=network.target auditd.service mariadb.service Requires=mariadb.service But that is not easy to be generalized since people may have a local MySQL vs MariaDB vs whatever external database as a service. My only tip is: maybe we can have this explicit description: Description=Phorge SSH Daemon So, thanks :) Comment Actions For better syntax highlight feel free to adopt ,lang=ini in the code block. So, the line becomes: name=/etc/systemd/system/phorge-ssh.service,lang=ini |