Difference between revisions of "Jetty Systemd"
From Dogtag
(Created page with "= Systemd Unit File = The Systemd unit file for Jetty is located at /usr/lib/systemd/system/jetty.service: <pre> [Unit] Description=Jetty Web Application Server After=syslog...") |
(No difference)
|
Revision as of 01:00, 16 August 2019
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