Skip to content

Install a linux service file from the current directory into the system directory and enable and restart the service.

License

Notifications You must be signed in to change notification settings

jdspugh/jp-install-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install this npm package globally:

$ npm install --global @jdsp/install-service

Update it using:

$ npm update --global @jdsp/install-service

Usage

Then use it to install Linux services from service files located in non-system directories. The command will symlink the service files to the correct system location (/etc/systemd/system/). It will also enable and restart the services and show you the installation logs. Your service files can have any name as long they have the postfix ".service" and they will be found and installed e.g.:

$ ls
my.service
$ install-service

Why?

I have quite a few projects that run as services on my servers and this package comes in handy to install, enable and test them quickly directly from the source directories. I'm consolidating all my code into npms for consistency and managability.

About

Install a linux service file from the current directory into the system directory and enable and restart the service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published