Package: openstack-pkg-tools
Version: 125
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu  ubuntu-patch

Dear Maintainer,

This adds Should-Start services to WANTS=. They're currently only added to 
AFTER=.

Thanks for considering the patch.


-- System Information:
Debian Release: bookworm/sid
  APT prefers jammy-updates
  APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy'), 
(100, 'jammy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-34-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_DIE, TAINT_WARN, 
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru openstack-pkg-tools-125/init-template/pkgos-gen-systemd-unit 
openstack-pkg-tools-126/init-template/pkgos-gen-systemd-unit
--- openstack-pkg-tools-125/init-template/pkgos-gen-systemd-unit        
2023-08-25 04:22:20.000000000 -0400
+++ openstack-pkg-tools-126/init-template/pkgos-gen-systemd-unit        
2023-10-23 16:59:58.000000000 -0400
@@ -50,6 +50,7 @@
 if [ -n "${SHOULD_START}" ] ; then
        for i in ${SHOULD_START} ; do
                AFTER="${AFTER}${i}.service "
+               WANTS="${WANTS}${i}.service "
        done
 fi
 

Reply via email to