Closed Vap0r1ze closed 1 year ago
Replicated this issue with Deno. Somehow index.js ended up on a separate line (line 12). Pushing a fix.
# Generated with Servicer
[Unit]
Description=Servicer:index.js
After=network.target
[Service]
Type=simple
User=hp
WorkingDirectory=/home/hp/Documents/servicer-labs/hello-world-node
ExecStart=/home/hp/.deno/bin/deno
index.js
[Install]
WantedBy=multi-user.target
Fixed with v0.1.13. Had to remove the newline character /n
from the binary path. Please confirm whether it works so I can close the issue.
yes it works with node now thank you!
I'm unable to get a nodejs service to actually run, it just goes inactive immediately. I'm running Ubuntu 22.04.03 on arm64, and I have
node
installed via fnm.Here's me trying to start it and it immediately going inactive, along with the logs: