tomcat.service 290 Bytes
[Unit]
Description=Tomcat webserver
After=syslog.target network.target soffice.service
Requires=soffice.service

[Service]
Type=forking
User=tomcat
ExecStart=/opt/jodconverter/tomcat/tomcat-init start
ExecStop=/opt/jodconverter/tomcat/tomcat-init stop

[Install]
WantedBy=multi-user.target