🌐
ROOT
/
usr
/
lib
/
systemd
/
system
📤 Upload File
📁 New Folder
✏️ EDITING: rbld.service
[Unit] Description=RBLD is the daemon holding blacklists and whitelists of IP addresses After=network.target [Service] Type=forking EnvironmentFile=-/etc/sysconfig/rbld ExecStart=/usr/sbin/rbld $OPTIONS ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=on-failure RestartSec=42s [Install] WantedBy=multi-user.target
💾 SAVE CHANGES
CANCEL