summarylogtreecommitdiffstats
path: root/jetty.service
diff options
context:
space:
mode:
Diffstat (limited to 'jetty.service')
-rw-r--r--jetty.service16
1 files changed, 8 insertions, 8 deletions
diff --git a/jetty.service b/jetty.service
index da7d96af9ae8..c200add57efe 100644
--- a/jetty.service
+++ b/jetty.service
@@ -5,18 +5,18 @@
# future updates
[Unit]
-Description=Jetty Web Application Server
+Description=Jetty 11 Web Application Server
After=syslog.target network.target
[Service]
Type=forking
-ExecStart=/usr/bin/jetty start
-ExecStop=/usr/bin/jetty stop
-ExecReload=/usr/bin/jetty restart
-PIDFile=/run/jetty/jetty.pid
-RuntimeDirectory=jetty
-User=jetty
-Group=jetty
+ExecStart=/usr/bin/jetty11 start
+ExecStop=/usr/bin/jetty11 stop
+ExecReload=/usr/bin/jetty11 restart
+PIDFile=/run/jetty11/jetty.pid
+RuntimeDirectory=jetty11
+User=jetty11
+Group=jetty11
[Install]
WantedBy=multi-user.target