File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 // ErrUnsupportedSystem appears if try to use service on system which is not supported by this release
2323 ErrUnsupportedSystem = errors .New ("Unsupported system" )
2424
25- // ErrRootPriveleges appears if run installation or deleting the service without root priveleges
25+ // ErrRootPriveleges appears if run installation or deleting the service without root privileges
2626 ErrRootPriveleges = errors .New ("You must have root user privileges. Possibly using 'sudo' command should help" )
2727
2828 // ErrAlreadyInstalled appears if service already installed on the system
3131 // ErrNotInstalled appears if try to delete service which was not been installed
3232 ErrNotInstalled = errors .New ("Service is not installed" )
3333
34- // ErrAlreadyStopped appears if try to start already running service
34+ // ErrAlreadyRunning appears if try to start already running service
3535 ErrAlreadyRunning = errors .New ("Service is already running" )
3636
3737 // ErrAlreadyStopped appears if try to stop already stopped service
You can’t perform that action at this time.
0 commit comments