aboutsummaryrefslogtreecommitdiff
path: root/zenserver/windows/service.h
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-20/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* zenserver can now run as a Windows service. We'll still need to improve how ↵Stefan Boberg2021-09-171-8/+13
| | | | data files are found as the current defaults are relative to the user directory which ends up being in the Windows folder when running as the local system user
* Implemented basics for Windows server support (not yet 100% - needs to ↵Stefan Boberg2021-09-171-0/+15
properly report service state etc to the OS)