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