forked from pool/gnuhealth
b0db8ed40b
1 OBS-URL: https://build.opensuse.org/request/show/517027 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=13
22 lines
475 B
Desktop File
22 lines
475 B
Desktop File
[Unit]
|
|
Description=WebDAV Server for GNU Health on Database %I
|
|
After=syslog.target
|
|
Requires=gnuhealth.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=tryton
|
|
Group=tryton
|
|
PIDFile=/var/lib/trytond/gnuhealth-webdav.pid
|
|
|
|
ExecStart=/usr/bin/trytond-webdav -c /etc/tryton/trytond.conf -d %I -v
|
|
|
|
# Give a reasonable amount of time for the server to start up/shut down
|
|
TimeoutSec=300
|
|
|
|
# We rely on systemd to restart WebDAV Server if it dies
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|