-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service can not start #46
Comments
I cant verify this in nearest time, but maybe somebody check who use ubuntu 16.04 |
I get the same error. On raspberry pi (debian jessie) I get error code 6. $ go build $ cat /etc/os-release $ cat /proc/version |
It was solved by removing the following two lines in /etc/systemd/system/myservice.service: Requires=dummy.service |
@hawavisi |
@hawavisi @takama |
For those who see the same issue. Try to remove
It might be helpful. |
@threeearcat I removed |
I get the same error
./myservice install /myservice remove ./myservice stop |
i solved this way..
|
I follow the following steps to do, but can not start:
go build myservice.go
./myservice install
Install My Echo Service: [ OK ]
./myservice start
Starting My Echo Service: [FAILED]
Error: exit status 5
system is ubuntu.16.04
The text was updated successfully, but these errors were encountered: