ninwa/ninwa.service

11 lines
168 B
SYSTEMD
Raw Normal View History

2022-02-16 01:35:34 +01:00
[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