service: add minor docs addition and error messages.

This commit is contained in:
Daniel Theophanes
2015-03-26 22:49:40 -07:00
parent 49d681e0cb
commit 9a30c55e3f
3 changed files with 17 additions and 26 deletions
+3 -17
View File
@@ -9,20 +9,6 @@ It also can be used to detect how a program is called, from an interactive
terminal or from a service manager.
## TODO
Need to test the Interactive test for the following platforms:
* systemd system and user service
* Launchd system and user service
The following items need to be done:
* Determine if systemd has a launchd equivalent user service.
* Fix Interactive test for user services.
* Document that windows doesn't have a user service.
* Document that upstart's user service definition changes over versions. Do not support.
* For Linux platforms and Launchd add:
- UserName
- Arguments
- WorkingDirectory
- ChRoot
* Determine the best way to document the Config.Option values per platform.
- Should some of the current parameters like "ChRoot" and "WorkingDirectory" move to "Option" map?
* OS X when running as a UserService Interactive will not be accurate.
* Determine if UserService should remain in main configuration.
* Hook up Dependencies field for Linux systems and Launchd.