Skip to content

Instantly share code, notes, and snippets.

@NeftaliYagua
Created April 8, 2024 17:57
Show Gist options
  • Save NeftaliYagua/e6c2abac7c04ba07baf8f384b16803ad to your computer and use it in GitHub Desktop.
Save NeftaliYagua/e6c2abac7c04ba07baf8f384b16803ad to your computer and use it in GitHub Desktop.
[Unit]
Description=Apache Tomcat Web Application Container
After=syslog.target network.target
[Service]
Type=simple
EnvironmentFile=/opt/tomcat/tomcat.conf
ExecStart=/opt/tomcat/bin/startup.sh
ExecStop=/opt/tomcat/bin/shutdown.sh
RemainAfterExit=yes
SuccessExitStatus=143
User=tomcat
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment