wiki:KonfigurationSystemService

Version 1 (modified by abenning, 2 years ago) (diff)

Konfiguration des System-Service

Die Definition des System-Service sowie dessen automatischer Start werden durch folgende Datei implementiert:

/etc/systemd/system/transplantact.service

Inhalt:

[Unit]
Description=Transplantact
After=network.target
[Service]
Type=forking
Restart=no
ExecStart=/opt/transplantact/transplantact.sh
[Install]
WantedBy=


Die durch den System-Service ausgeführten Befehle werden durch folgende Datei definiert:

/opt/transplantact/transplantact.sh

Inhalt:

#!/bin/sh -
cd /opt/transplantact
screen -dm -S transplantact java -jar TransplantAct.jar "ta_driver_class=org.postgresql.Driver" "ta_jdbc_url=jdbc:postgresql://localhost/transplantact" "ta_user=ta_prozessor" "ta_password=instanzspezifischespasswort" "LogDir=/var/log/transplantact/"


Die sich auf den System-Service beziehenden Befehle sind hier dokumentiert: