1 Star 0 Fork 14

src-openeuler-fork/lighttpd

forked from src-openEuler/lighttpd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lighttpd.service 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyn 提交于 2023-10-26 11:10 . update to 1.4.72
[Unit]
Description=Lightning Fast Webserver With Light System Requirements
After=syslog.target network.target
[Service]
PIDFile=/run/lighttpd.pid
EnvironmentFile=-/etc/sysconfig/lighttpd
ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -USR1 $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler-fork/lighttpd.git
git@gitee.com:src-openeuler-fork/lighttpd.git
src-openeuler-fork
lighttpd
lighttpd
master

搜索帮助