Berlin
Comment by ~fkooman on ~fkooman/php-oauth2-server
REPORTED
RESOLVED CLOSEDComment by ~fkooman on ~fkooman/php-oauth2-server
REPORTED
RESOLVED CLOSEDComment by ~fkooman on ~fkooman/php-oauth2-server
REPORTED
RESOLVED CLOSEDComment by ~fkooman on ~fkooman/php-saml-sp
fixed in php-saml-sp debian/ubuntu package 2.1.6-3.
https://git.sr.ht/~fkooman/php-saml-sp.deb/commit/4f620342510654fba15dfd5a5f40b560a66b6961
REPORTED
RESOLVED CLOSEDComment by ~fkooman on ~fkooman/php-saml-sp
https://salsa.debian.org/php-team/php-defaults/-/blob/main/debian/rules?ref_type=heads
override_dh_systemd_enable: dh_systemd_enable --package=php-common phpsessionclean.timer override_dh_systemd_start: dh_systemd_start --package=php-common phpsessionclean.timer dh_systemd_start --package=php-common --no-start phpsessionclean.service
Comment by ~fkooman on ~fkooman/php-saml-sp
https://salsa.debian.org/letsencrypt-team/certbot/certbot/-/blob/master/debian/rules?ref_type=heads
override_dh_installsystemd: dh_installsystemd --no-start --no-stop-on-upgrade --package=certbot certbot.service dh_installsystemd --package=certbot certbot.timer
Comment by ~fkooman on ~fkooman/php-saml-sp
Could this work?
dh_installsystemd --no-enable --no-start --restart-after-upgrade
Comment by ~fkooman on ~fkooman/php-saml-sp
Perhaps we can just make it safe to start/enable this service/timer by default, maybe it already is safe!
Ticket created by ~fkooman on ~fkooman/php-saml-sp
https://manpages.debian.org/bookworm/debhelper/dh_installsystemd.1.en.html
override_dh_installsystemd: dh_installsystemd --no-enable --no-start
The
--no-start
does not start after upgrade, but apparently this does stop the service on upgrade.So how to:
- not enable, not start the service on install
- restart it on upgrade iff it is running
This does not become clear in the manpage...
Comment by ~fkooman on ~fkooman/php-saml-sp
François Kooman referenced this ticket in commit 2c6c3a4.
REPORTED
RESOLVED FIXED