forked from pool/gnuhealth
b1f240a056
- New version 3.4.0 * The GNU Health Federation model * Thalamus message server * New Health Information System (on MongoDB) * Person Master Index * MongoDB support (on the HIS) * Updated UniprotKB database with over 30K protein natural variants * Contextualized information on genetics and social determinants * Genetic and family history and environmental factors integrated to the Page of Life and Federation The GNU Health Book of Life * Tryton 4.6 integration on the HMIS node OBS-URL: https://build.opensuse.org/request/show/661783 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=26
26 lines
622 B
Desktop File
26 lines
622 B
Desktop File
[Unit]
|
|
Description=GNU Health server
|
|
After=syslog.target
|
|
Requires=postgresql.service
|
|
Conflicts=trytond.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=tryton
|
|
Group=tryton
|
|
PIDFile=/var/lib/trytond/trytond.pid
|
|
|
|
ExecStart=/usr/bin/trytond --config /etc/tryton/trytond.conf --pidfile=/var/lib/tryton/trytond.pid --logconf=/etc/tryton/trytond_log.conf
|
|
|
|
# Give a reasonable amount of time for the server to start up/shut down
|
|
TimeoutSec=300
|
|
|
|
# We rely on systemd to restart trytond if it dies
|
|
Restart=always
|
|
|
|
#Set the environment variables that GNU Health needs
|
|
EnvironmentFile=/etc/tryton/gnuhealthrc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|