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]
fbf0229
Type=simple
fbf0229
ExecStart=/usr/share/jetty/bin/jetty.sh
fbf0229
User=jetty
fbf0229
Group=jetty
Stanislav Ochotnicky 44b141f
Stanislav Ochotnicky 44b141f
[Install]
Stanislav Ochotnicky 44b141f
WantedBy=multi-user.target