12 lines
No EOL
176 B
Desktop File
12 lines
No EOL
176 B
Desktop File
[Unit]
|
|
Description=remex
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/opt/remex
|
|
ExecStart=/opt/nvm/nvm-exec node remex.js
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |