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