projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1efa314
)
Remove incorrect comment
author
Davin McCall
<davmac@davmac.org>
Thu, 19 Nov 2015 18:46:22 +0000
(18:46 +0000)
committer
Davin McCall
<davmac@davmac.org>
Thu, 19 Nov 2015 18:46:22 +0000
(18:46 +0000)
service.h
patch
|
blob
|
history
diff --git
a/service.h
b/service.h
index 31d277fb54c749f8c964ce5c91beeeb339120fac..0dd330a69fac5500ff6bdc47b8357c98b70725d1 100644
(file)
--- a/
service.h
+++ b/
service.h
@@
-28,7
+28,7
@@
*/
enum class ServiceState {
STOPPED, // service is not running.
- STARTING, // service is starting, and will start (or fail to start) in time.
All dependencies have started.
+ STARTING, // service is starting, and will start (or fail to start) in time.
STARTED, // service is running,
STOPPING // service script is stopping and will stop.
};