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