diff --git a/ninwa.service b/ninwa.service new file mode 100644 index 0000000..ab8debe --- /dev/null +++ b/ninwa.service @@ -0,0 +1,11 @@ +[Unit] +Description=ninwa (node input watcher) + +[Service] +Type=simple +User=ninwa +Group=ninwa +ExecStart=node /path/to/ninwa/ninwa.js + +[Install] +WantedBy=multi-user.target \ No newline at end of file