diff --git a/debian/changelog b/debian/changelog index 66309d7..36c9429 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -linbpq (6.0.24.33-1) UNRELEASED; urgency=medium +linbpq (6.0.24.33-1) unstable; urgency=medium * Upstream bump * Moved config file to examples * Updated service to fail on no config * Added helpful README.Debian - -- Dave Hibberd Tue, 26 Mar 2024 00:53:42 +0000 + -- Dave Hibberd Tue, 26 Mar 2024 20:24:08 +0000 linbpq (6.0.24.30-1) unstable; urgency=medium diff --git a/debian/linbpq.service b/debian/linbpq.service index 3979c5f..ef57d04 100644 --- a/debian/linbpq.service +++ b/debian/linbpq.service @@ -1,10 +1,11 @@ [Unit] +Description=Linbpq systemd service file After=network.target +ConditionPathExists=/etc/bpq32.cfg [Service] ExecStart=/usr/sbin/linbpq -c /etc -d /opt/oarc/bpq -l /opt/oarc/bpq WorkingDirectory=/opt/oarc/bpq -ConditionPathExists=/etc/bpq32.cfg Restart=always User=linbpq Group=linbpq