Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8374

Troubleshooting • Re: Trouble Creating A Systemd Service

$
0
0
run "journalctl -f -u webrtc.service"
does it show any logs? do they explain what is going wrong?

Code:

ExecStart=GO111MODULE=on go run *.go
i would also suspect that, because ExecStart must be an absolute path without env vars

try this:

Code:

Environment="GO111MODULE=on"

Statistics: Posted by cleverca22 — Fri Jan 26, 2024 5:12 am



Viewing all articles
Browse latest Browse all 8374

Trending Articles