systemd-servicify

0.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i systemd-servicify

Weekly Downloads

4

Version

0.1.4

License

MIT

Unpacked Size

5.29 kB

Total Files

8

Last publish

Collaborators

  • krzysztofciepka