service: document CreateService.

This commit is contained in:
Daniel Theophanes
2015-06-01 14:43:41 -07:00
parent 354e64f427
commit 3a58801094
+4 -3
View File
@@ -102,9 +102,10 @@ type Config struct {
// System specific options.
// * OS X
// - KeepAlive bool (true)
// - RunAtLoad bool (false)
// - UserService bool (false) // Install as a current user service.
// - KeepAlive bool (true)
// - RunAtLoad bool (false)
// - UserService bool (false) - Install as a current user service.
// - SessionCreate bool (false) - Create a full user session.
Option KeyValue
}