1.1.2 • Published 5 years ago

floodesh-daemon v1.1.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago