From 8497dc96665fac776e25af7b1284b2b4588d80e2 Mon Sep 17 00:00:00 2001 From: Mason James Date: Fri, 2 Jun 2023 00:49:27 +1200 Subject: [PATCH] Bug 33371: Add [Install] section to koha-common.service to test: 1/ install pkg, reboot, note service is not started 2/ add patch, build package 3/ install pkg, reboot, note service is started! :) --- debian/koha-common.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/koha-common.service b/debian/koha-common.service index 0cad4b2832..029890b3c6 100644 --- a/debian/koha-common.service +++ b/debian/koha-common.service @@ -20,3 +20,6 @@ RemainAfterExit=yes SuccessExitStatus=5 6 ExecStart=/etc/init.d/koha-common start ExecStop=/etc/init.d/koha-common stop + +[Install] +WantedBy=multi-user.target -- 2.30.2