summarylogtreecommitdiffstats
path: root/jetty.service
diff options
context:
space:
mode:
authorDāvis Mosāns2023-11-20 06:21:36 +0200
committerDāvis Mosāns2023-11-20 06:21:36 +0200
commitf3ec0f6a4d84365f02972c7ed208ac4774e92a88 (patch)
treea93eb175d6205c59edbd1a9b75f47a9a584b292b /jetty.service
parentd9f2b0ba855010e4872b7a2636d57115416c0e59 (diff)
downloadaur-f3ec0f6a4d84365f02972c7ed208ac4774e92a88.tar.gz
Update to Jetty 11
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