Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 3d08d3df1bf1e0bcbf414569b38d2e04 > files > 7

jetty-8.1.5-7.mga3.src.rpm

# 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=forking
ExecStart=/usr/bin/jetty start
ExecStop=/usr/bin/jetty stop

[Install]
WantedBy=multi-user.target