From d6d4fc4a3822373ecabfc55ff70276a6b823c69a8da29a6641a881a2dd8c9ffa Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Sat, 29 Dec 2018 16:41:13 +0000 Subject: [PATCH] - gnuhealth-webdav service adapted to new GH webdav server OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=27 --- _service | 5 +++-- gnuhealth-webdav@.service | 2 +- gnuhealth.changes | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_service b/_service index 1d46df1..aa59ca1 100644 --- a/_service +++ b/_service @@ -1,3 +1,4 @@ - - \ No newline at end of file + + + diff --git a/gnuhealth-webdav@.service b/gnuhealth-webdav@.service index 24a946b..6e3d0b1 100644 --- a/gnuhealth-webdav@.service +++ b/gnuhealth-webdav@.service @@ -9,7 +9,7 @@ User=tryton Group=tryton PIDFile=/var/lib/trytond/gnuhealth-webdav.pid -ExecStart=/usr/bin/trytond-webdav -c /etc/tryton/trytond.conf -d %I -v +ExecStart=/usr/bin/gnuhealth-webdav-server -c /etc/tryton/trytond.conf -d %I -v # Give a reasonable amount of time for the server to start up/shut down TimeoutSec=300 diff --git a/gnuhealth.changes b/gnuhealth.changes index 94b6dc0..26405f7 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 29 16:40:16 UTC 2018 - Axel Braun + +- gnuhealth-webdav service adapted to new GH webdav server + ------------------------------------------------------------------- Fri Dec 7 18:21:20 UTC 2018 - Axel Braun