1.1.2 • Published 4 years ago

floodesh-daemon v1.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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-daemon

Configuration

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.target

The 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 floodeshd
1.1.2

4 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago