1 Star 0 Fork 0

glaye/homer-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
homer-app.service 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexandr Dubovikov 提交于 2021-01-11 14:31 . Update homer-app.service
# cp homer-app.service /etc/systemd/system/
# systemctl daemon-reload
# systemctl start homer-app
# systemctl enable homer-app
[Unit]
Description=Homer API Server and UI Webapplication
After=network.target
#Uncomment it only if you have postgresql on the same host!
#After=network.target postgresql.service
[Service]
WorkingDirectory=/usr/local/homer
ExecStart=/usr/local/bin/homer-app
ExecStop=/bin/kill ${MAINPID}
Restart=on-failure
RestartSec=10s
Type=simple
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/glaye/homer-app.git
git@gitee.com:glaye/homer-app.git
glaye
homer-app
homer-app
master

搜索帮助