Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Beispiel hier: Das Atlassian-Produkt Confluence

Code Block
#Starten von Services als anderer User
start-stop-daemon --start --exec /opt/confluence/bin/startup.sh --chuid tomcat7:tomcat7 --pidfile /opt/confluence/work/catalina.pid
#Status laufender Services
start-stop-daemon -T <options>
#Stoppen eines Services
start-stop-daemon --stop --pidfile /opt/confluence/work/catalina.pid --user tomcat7 --retry=TERM/200/KILL/50