1 Star 0 Fork 16

src-oepkgs-oE-rv/jetty

forked from src-openEuler/jetty 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jetty.service 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
yaokai13 提交于 2020-08-26 15:46 . package init
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs-oe-rv/jetty.git
git@gitee.com:src-oepkgs-oe-rv/jetty.git
src-oepkgs-oe-rv
jetty
jetty
master

搜索帮助