Blame SOURCES/jetty.service

649839
# Systemd unit file for jetty
649839
#
649839
# Multiple copies of this service (i.e. multiple concurrently running
649839
# jetty servers) are not supported right now. Expect this to come with
649839
# future updates
649839
649839
[Unit]
649839
Description=Jetty Web Application Server
649839
After=syslog.target network.target
649839
649839
[Service]
649839
Type=forking
649839
ExecStart=/usr/bin/jetty start
649839
ExecStop=/usr/bin/jetty stop
649839
649839
[Install]
649839
WantedBy=multi-user.target