SHA256
1
0
forked from pool/gnuhealth

- 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
This commit is contained in:
Axel Braun 2018-12-29 16:41:13 +00:00 committed by Git OBS Bridge
parent f53da50fc5
commit 12378262af
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,4 @@
<services>
<service name="download_files" mode="localonly"/>
</services>
<service name="download_files" mode="localonly" />
</services>

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 29 16:40:16 UTC 2018 - Axel Braun <axel.braun@gmx.de>
- gnuhealth-webdav service adapted to new GH webdav server
-------------------------------------------------------------------
Fri Dec 7 18:21:20 UTC 2018 - Axel Braun <axel.braun@gmx.de>