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