Conditionally start the service only when config exists
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.