[java-sig-commits] [jetty/f17] Add forgotten service file

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Feb 23 16:26:58 UTC 2012


commit 44b141f4b3695a85580570f968dc0c054683d56d
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Feb 23 17:26:38 2012 +0100

    Add forgotten service file

 jetty.service |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/jetty.service b/jetty.service
new file mode 100644
index 0000000..97652c1
--- /dev/null
+++ b/jetty.service
@@ -0,0 +1,17 @@
+# 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


More information about the java-sig-commits mailing list