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