Release
This commit is contained in:
parent
5f9fb109ff
commit
66ff00a200
|
@ -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 <hibby@debian.org> Tue, 26 Mar 2024 00:53:42 +0000
|
||||
-- Dave Hibberd <hibby@debian.org> Tue, 26 Mar 2024 20:24:08 +0000
|
||||
|
||||
linbpq (6.0.24.30-1) unstable; urgency=medium
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
clean :
|
||||
- rm *.d
|
||||
- rm linbpq $(OBJS)
|
||||
+ rm -f *.d
|
||||
+ rm -f linbpq $(OBJS)
|
||||
+ $(RM) *.d
|
||||
+ $(RM) linbpq $(OBJS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue