0.1.4 • Published 5 years ago

systemd-servicify v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

SYSTEMD-SERVICIFY

Description

Easily run a nodejs script as systemd service

Installation

npm install -g systemd-servicify

Usage

servicify [options] [entrypoint]

for example

servicify -s my-app app.js

will create and start a service called my-app.service, owned by current user that runs app.js script.

Service is created under /etc/systemd/system directory

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago