Bug#1055599: dh_installsystemd tries to start static unit which deb-systemd-invoke rejects

2024-03-31 Thread Niels Thykier
Hi Michael and Luca Is this a bug you have an opinion on? Best regards, Niels Daniel Carpenter: Package: debhelper Version: 13.11.4 If I include this static (i.e. no [Install] section) systemd service: # debian/debhelper-example.service [Service] Type=oneshot ExecStart=true then

Bug#1055599: dh_installsystemd tries to start static unit which deb-systemd-invoke rejects

2023-11-08 Thread Daniel Carpenter
Package: debhelper Version: 13.11.4 If I include this static (i.e. no [Install] section) systemd service: # debian/debhelper-example.service [Service] Type=oneshot ExecStart=true then dh_installsystemd will insert this snippet in postinst: if [ -n "$2" ]; then _dh_action=restart else