2022-02-16 01:35:34 +01:00
|
|
|
[Unit]
|
|
|
|
Description=ninwa (node input watcher)
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-03-10 17:06:44 +01:00
|
|
|
User=node
|
|
|
|
Group=node
|
|
|
|
WorkingDirectory=/opt/ninwa
|
|
|
|
ExecStart=/opt/nvm/nvm-exec node ninwa.js
|
2022-02-16 01:35:34 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|