Compile under FreeBSD
Is there a way? I was able to make some changes in source code to compile on FreeBSD amd64 9.2:
Added +build freebsd to commands/config_unix.go
Changed "-go get golang.org/x/sys/windows/svc" to sys/unix, because it was throwing error:
no buildable Go source files in ~/Go/src/golang.org/x/sys/windows/svc
Compiled with command
GOOS=freebsd GOARCH=amd64 BUILD_PLATFORMS=-os="linux" go build
but resulting binary can only register runners. Run, install, start - all throw FATA[0000] No service system detected.