run "journalctl -f -u webrtc.service"
does it show any logs? do they explain what is going wrong?
i would also suspect that, because ExecStart must be an absolute path without env vars
try this:
does it show any logs? do they explain what is going wrong?
Code:
ExecStart=GO111MODULE=on go run *.gotry this:
Code:
Environment="GO111MODULE=on"Statistics: Posted by cleverca22 — Fri Jan 26, 2024 5:12 am