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