https://github.com/carlos8f/node-upstarter
Easily create upstart services for your node apps
https://github.com/carlos8f/node-upstarter
Last synced: about 2 months ago
JSON representation
Easily create upstart services for your node apps
- Host: GitHub
- URL: https://github.com/carlos8f/node-upstarter
- Owner: carlos8f
- Created: 2012-07-17T05:30:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T23:41:52.000Z (over 11 years ago)
- Last Synced: 2025-04-23T22:02:31.721Z (7 months ago)
- Language: JavaScript
- Homepage: https://npmjs.org/package/upstarter
- Size: 137 KB
- Stars: 48
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-js - Upstart
README
upstarter
---------
Easily create upstart services for your node daemons
Made for Ubuntu. Sorry, everyone else.
Idea
====
So you made your cool Node.js HTTP server thing, but how do you run it as a proper
service when your system boots?
**upstarter** to the rescue!
Install
=======
```bash
$ npm install -g upstarter
```
Usage
=====
In the root of your project, run:
```bash
$ sudo upstarter
```
**upstarter** will ask you some stuff. When the survey is complete, you'll have
a service conf in `/etc/init`. Then you can:
```bash
$ sudo service my-service start
```
For more info, try the [Upstart cookbook](http://upstart.ubuntu.com/cookbook/).
Happy days!
License
=======
MIT