rodu / yawhn

Put computer to sleep via a web interface (Ubuntu Linux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yawhn

Put computer to sleep via a web interface (Ubuntu Linux)

Running as a service with PM2

Following the instructions from Digital Ocean tutorial, you can run the express app as a service in Ubuntu.

In short, can start the server with:

pm2 start www

(www is the name taken automatically when registering the Express server with PM2)

About

Put computer to sleep via a web interface (Ubuntu Linux)

License:MIT License


Languages

Language:JavaScript 85.8%Language:EJS 11.2%Language:CSS 3.1%