#1146747 ulogd2: Fails to start on SysV init system when used with postgresql

Package:
ulogd2
Source:
ulogd2
Description:
Netfilter Userspace Logging Daemon
Submitter:
Bernard Isambert
Date:
2026-09-05 10:27:02 UTC
Severity:
normal
#1146747#5
Date:
2026-09-05 09:56:08 UTC
From:
To:
Dear Maintainer,

The situation is :
 - ulogd2 configured to use postgresql
 - boot with SysV init

Problem :
ulogd2 may be launched before postgresql and fails to start

Suggested correction :
Adding these 2 lines in the init script header /etc/init.d/ulogd2 fix the problem :

# Should-Start:      postgresql mysql
# Should-Stop:       postgresql mysql

(I did not verify if other "Should" dependances should be added)

Best regards.