Skip to content

Conditionally start the service only when config exists

ale requested to merge fix-package-restart into master

Fixes issue #18 (closed) by dropping the dh_installsystemd overrides, which were preventing the service from restarting after upgrades, and replacing them with a ConditionPathExists to verify presence of the configuration file.

This achieves the same outcome of not starting the service on first install without a configuration file.

Merge request reports

Loading