Bug 33371: Add [Install] section to koha-common.service
authorMason James <mtj@kohaaloha.com>
Thu, 1 Jun 2023 12:49:27 +0000 (00:49 +1200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 1 Jun 2023 14:57:12 +0000 (11:57 -0300)
commitbc72184de5d000f1fdc667f6a576a4ce584f450e
tree1224d9437937e9c33a83f40d9a8cc3bdc20fecb2
parenta1924bb31d6106037c1e8dec2ea4b39f86235960
Bug 33371: Add [Install] section to koha-common.service

to test:

 1/ install pkg, reboot, note service is not 'active'

 2/ add patch, build package

 3/ install pkg, reboot, note service is 'active' :)

  root@deb11:/etc# systemctl status koha-common
  * koha-common.service - Start required services for each Koha instance
     Loaded: loaded (/etc/init.d/koha-common; enabled; vendor preset: enabled) <<<<
     Active: active (exited) since Thu 2023-06-01 12:45:08 UTC; 13min ago
      Tasks: 0 (limit: 2244)
     Memory: 0B
        CPU: 0
     CGroup: /system.slice/koha-common.service
  Jun 01 12:45:08 deb11 systemd[1]: Starting Start required services for each Koha instance...

Signed-off-by: Andrew Nugged <nugged@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
debian/koha-common.service