add-to-systemd:小型命令行工具,可简单地将服务添加到systemd

时间:2024-03-31 12:23:21
【文件属性】:

文件名称:add-to-systemd:小型命令行工具,可简单地将服务添加到systemd

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-31 12:23:21

系统开源

添加到系统 小型命令行工具,可简单地将服务添加到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 选项的完整列表包括 Usage: add-to-systemd name [options] command... --user, -u [user] User the service will run as --cwd, -c [dir] Set the c


【文件预览】:
add-to-systemd-master
----.gitignore(32B)
----package.json(657B)
----LICENSE(1KB)
----index.js(3KB)
----README.md(681B)
----template.service(136B)

网友评论