ee0167a897
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
23 lines
528 B
Desktop File
23 lines
528 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|