1.1.2 • Published 6 years ago
floodesh-daemon v1.1.2
floodesh-daemon
floodesh-daemon is a process manager written by nodejs, support node, shell and python. It powers you to control remote processes.
Quick start
Install
$ sudo npm install -g floodesh-daemonConfiguration
Create a file named floodeshd.conf, it should look like below:
[Unit]
Description=daemon for floodesh process manager
Requires=mdadm.service local-fs.target
After=mdadm.service local-fs.target
[Service]
User=bda
Environment=NODE_ENV=production
ExecStart=/usr/bin/node /usr/lib/node_modules/floodesh-daemon/lib/daemon.js
[Install]
WantedBy=multi-user.targetThe User and Environment could be customized by your need. Then copy it to /lib/systemd/system/.
Initialize
Enable and start floodesh-daemon as a service.
$ sudo systemctl enable floodeshd # run when system start
$ sudo systemctl start floodeshd1.1.2
6 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.1
9 years ago
1.0.0
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago