关于此工具
systemd 单元,将 Node/Python 应用作为服务运行,失败时自动重启。
开箱即用的 app.service——查看内容、复制,或以正确的文件名下载。免费,100% 在浏览器中运行。
systemd 单元,将 Node/Python 应用作为服务运行,失败时自动重启。
[Unit] Description=My App After=network.target [Service] Type=simple User=app WorkingDirectory=/opt/app ExecStart=/usr/bin/node /opt/app/dist/index.js Restart=on-failure RestartSec=5 Environment=NODE_ENV=production [Install] WantedBy=multi-user.target
systemd 单元,将 Node/Python 应用作为服务运行,失败时自动重启。
开箱即用的 app.service——查看内容、复制,或以正确的文件名下载。免费,100% 在浏览器中运行。