On Sat, May 2, 2020 at 1:19 PM Ken Cunningham
<[email protected]> wrote:
>
> ...
> I'm thinking I should probably disable startup items, as these are not set up
> in a proper fashion yet on Ubuntu, and also I'm not sure what to do about
It is probably a good idea to move to Systemd. It will work on Fedora
and Ubuntu.
Drop the binaries in /usr/local/{bin|sbin} as expected. Then write the
systemd service scripts to start them.
$ find /etc/systemd -name '*.service'
/etc/systemd/system/sshd.service
...
Jeff