Windows service library written in go - Forked from http://code.google.com/p/winsvc/
Перейти к файлу
Steven Hartland 682969e2f2 Merge pull request #2 from darkliquid/merge-from-upstream
Merge from upstream
2015-05-11 13:54:10 +01:00
debug Change all import paths to match repository URL 2014-12-11 12:29:01 +00:00
eventlog winsvc/eventlog: use REG_EXPAND_SZ instead of REG_SZ for event message file key 2015-05-11 09:59:45 +01:00
example Change all import paths to match repository URL 2014-12-11 12:29:01 +00:00
mgr winsvc/mgr: make Config.Dependencies []string, not string 2015-05-11 09:58:04 +01:00
registry winsvc/eventlog: use REG_EXPAND_SZ instead of REG_SZ for event message file key 2015-05-11 09:59:45 +01:00
svc winsvc/svc: do not assume groups have no more then 256 users 2015-05-11 10:00:54 +01:00
winapi Add support for PRE_SHUTDOWN service control event 2014-12-11 12:29:01 +00:00
.hgignore initial version 2012-07-21 20:41:30 +10:00
AUTHORS initial version 2012-07-21 20:41:30 +10:00
CONTRIBUTORS initial version 2012-07-21 20:41:30 +10:00
LICENSE initial version 2012-07-21 20:41:30 +10:00
README Add support for PRE_SHUTDOWN service control event 2014-12-11 12:29:01 +00:00
codereview.cfg winsvc: add codereview.cfg file 2013-10-03 17:28:12 +10:00

README

This repository holds Go packages that can be used to create Windows service.
It includes additional patches from Multiplay to support the extended service
control signals such as PRE_SHUTDOWN.