Systemd Unit File

Systemd Unit File#

The Systemd unit file for Jetty is located at /usr/lib/systemd/system/jetty.service:

[Unit]
Description=Jetty Web Application Server
After=syslog.target network.target

[Service]
Type=simple
ExecStart=/usr/share/jetty/bin/jetty.sh
User=jetty
Group=jetty

[Install]
WantedBy=multi-user.target

See also:

See Also#