add-to-systemd

2.2.0 • Public • Published

add-to-systemd

Small command line tool to simply add a service to systemd

npm install -g add-to-systemd

Usage

# add a node server to systemd (will start it on boot) 
add-to-systemd my-new-service "$(which node) server.js --port 8080"
# lets start it right away 
systemctl start my-new-service

Full list of options include

Usage: add-to-systemd name [options] command...

  --user, -u  [user]      User the service will run as
  --cwd,  -c  [dir]       Set the cwd of the service (Defaults to the current directory)
  --nice, -n  [integer]   Set the process niceness
  --env,  -e  [name=val]  Add env vars to the service

License

MIT

/add-to-systemd/

    Package Sidebar

    Install

    npm i add-to-systemd

    Weekly Downloads

    23

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    5.65 kB

    Total Files

    5

    Last publish

    Collaborators

    • mafintosh