https://github.com/i-e-b/winservicewrapper
A simple service wrapper based on TopShelf
https://github.com/i-e-b/winservicewrapper
Last synced: 2 months ago
JSON representation
A simple service wrapper based on TopShelf
- Host: GitHub
- URL: https://github.com/i-e-b/winservicewrapper
- Owner: i-e-b
- Created: 2013-01-28T09:38:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T16:05:27.000Z (over 11 years ago)
- Last Synced: 2025-03-22T12:30:39.162Z (over 1 year ago)
- Language: C#
- Size: 924 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WinServiceWrapper
=================
A simple service wrapper based on TopShelf
Usage
-----
Edit the .config file to point at the target exe.
If no commands are given, start and stop will simply start and terminate the hosted process.
Running the tests
-----------------
By default services run as the 'Local Service' user; this user must have write access to `C:\Temp`. It would be nice to use `Path.GetTempPath()` but the user that the service runs as is different from the one that runs the tests.