© 1999-2048 dssz.net 粤ICP备11031372号
[其它] add-to-systemd:小型命令行工具,可简单地将服务添加到systemd-源码
说明:添加到系统 小型命令行工具,可简单地将服务添加到systemd npm install -g add-to-systemd 用法 # add a node server to systemd (will start it on boot) add-to-systemd my-new-service " $( which node ) server.js --port 8080 " # lets start it right away systemctl start my-new-service<weixin_42122881> 上传 | 大小:4kb