CentOS 9rbldnsd static

Issues related to applications and software problems and general support
Post Reply
fullbore
Posts: 22
Joined: 2018/10/21 14:33:19

CentOS 9rbldnsd static

Post by fullbore » 2023/04/17 12:40:47

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?

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS 9rbldnsd static

Post by TrevorH » 2023/04/17 13:02:47

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
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

fullbore
Posts: 22
Joined: 2018/10/21 14:33:19

Re: CentOS 9rbldnsd static

Post by fullbore » 2023/04/17 14:49:23

From-
dnf config-manager --set-enabled crb
dnf install epel-release epel-next-release
dnf install rbldnsd.x86_64

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS 9rbldnsd static

Post by TrevorH » 2023/04/17 16:52:11

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
I don't see a .service file there.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply