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