So as it's "static" it can't be enabled to start automatically in the normal way "systemctl enable rbldnsd-dsbl.service"
So how do I get it to start at boot time without having to remember to start it myself?
CentOS 9rbldnsd static
Re: CentOS 9rbldnsd static
Where did you get it from? As far as I can see it's not something that CentOS would supply - I don't have a Stream install to look at but on Rocky 9 the only package I can see that matches yum provides '*/rbldnsd*' is rbldnsd-0.998b-4.el9.x86_64 from EPEL and that has no systemd unit file in it. If you wrote one yourself then perhaps you forgot to include a section like
Code: Select all
[Install]
WantedBy=multi-user.target
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Re: CentOS 9rbldnsd static
From-
dnf config-manager --set-enabled crb
dnf install epel-release epel-next-release
dnf install rbldnsd.x86_64
dnf config-manager --set-enabled crb
dnf install epel-release epel-next-release
dnf install rbldnsd.x86_64
Re: CentOS 9rbldnsd static
Code: Select all
[root@rocky9 ~]# repoquery -l rbldnsd
Last metadata expiration check: 3:26:48 ago on Mon 17 Apr 2023 14:24:23 BST.
/etc/sysconfig/rbldnsd
/etc/systemd/rbldnsd.conf
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/0a90731870b56904327bcb754b6a1536222c46
/usr/sbin/rbldnsctl
/usr/sbin/rbldnsd
/usr/share/doc/rbldnsd
/usr/share/doc/rbldnsd/CHANGES-0.81
/usr/share/doc/rbldnsd/NEWS
/usr/share/doc/rbldnsd/README
/usr/share/doc/rbldnsd/README.systemd
/usr/share/doc/rbldnsd/README.user
/usr/share/doc/rbldnsd/TODO
/usr/share/doc/rbldnsd/changelog
/usr/share/licenses/rbldnsd
/usr/share/licenses/rbldnsd/LICENSE.txt
/usr/share/man/man8/rbldnsd.8.gz
/var/lib/rbldnsd
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke