rename
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# service [](https://godoc.org/github.com/kardianos/service)
|
||||
# service
|
||||
|
||||
[](https://godoc.org/github.com/kardianos/service)
|
||||
|
||||
service will install / un-install, start / stop, and run a program as a service (daemon).
|
||||
Currently supports Windows XP+, Linux/(systemd | Upstart | SysV), and OSX/Launchd.
|
||||
@@ -10,5 +12,6 @@ It also can be used to detect how a program is called, from an interactive
|
||||
terminal or from a service manager.
|
||||
|
||||
## BUGS
|
||||
* Dependencies field is not implemented for Linux systems and Launchd.
|
||||
* OS X when running as a UserService Interactive will not be accurate.
|
||||
|
||||
- Dependencies field is not implemented for Linux systems and Launchd.
|
||||
- OS X when running as a UserService Interactive will not be accurate.
|
||||
|
||||
Reference in New Issue
Block a user