16b54570f2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/jetty#4a4a7cb9c02b06f43d09abd790b80c3c1b0decef
19 lines
398 B
Desktop File
19 lines
398 B
Desktop File
# Systemd unit file for jetty
|
|
#
|
|
# Multiple copies of this service (i.e. multiple concurrently running
|
|
# jetty servers) are not supported right now. Expect this to come with
|
|
# future updates
|
|
|
|
[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
|