I have an ubuntu server, I start my go application and it's fine, but when the system reboots, my application is disabled. I need to run pmgo list or another pmgo cmd to start deamon. Is this behavior correct? I am doing something wrong?
My code is in /home/ubuntu/go/src/github/myfolder
I ran pmgo start github.com/path/to/main.go appname
Is work, but when reboot don't
Is the restart supported?