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