Giter Site home page Giter Site logo

char-1 / winsw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from winsw/winsw

0.0 1.0 0.0 1.33 MB

A wrapper executable that can be used to host any executable as an Windows service, in a liberal license

License: MIT License

C# 99.93% PowerShell 0.07%

winsw's Introduction

winsw: Windows Service Wrapper in less restrictive license

Github All Releases NuGet Build Status Gitter License

WinSW is an executable binary, which can be used to wrap and manage a custom process as a Windows service. Once you download the installation package, you can rename WinSW.exe to any name, e.g. MyService.exe.

Why?

See the project manifest.

Download

Starting from WinSW v2, the releases are being hosted on GitHub and NuGet.

Due to historical reasons, the project also uses the Jenkins Maven repository as a secondary source. Binaries are available here.

Usage

WinSW is being managed by configuration files: Main XML configuration file and EXE configuration file.

Your renamed WinSW.exe binary also accepts the following commands:

  • install to install the service to Windows Service Controller. This command requires some preliminary steps described in the Installation guide.
  • uninstall to uninstall the service. The opposite operation of above.
  • start to start the service. The service must have already been installed.
  • stop to stop the service.
  • restart to restart the service. If the service is not currently running, this command acts like start.
  • status to check the current status of the service.
    • This command prints one line to the console.
      • NonExistent indicates the service is not currently installed
      • Started to indicate the service is currently running
      • Stopped to indicate that the service is installed but not currently running.

Supported .NET versions

WinSW v2

WinSW v2 offers two executables, which declare .NET Frameworks 2.0 and 4.0 as targets. More executables can be added on-demand. Please create an issue if you need such executables.

Documentation

User documentation:

Developer documentation:

Release lines

WinSW v2

This is a new baseline of WinSW with several major changes:

  • Major documentation rework and update
  • New executable package targeting the .NET Framework 4.0. .NET Framework 2.0 is still supported.
  • Extension engine, which allows extending the wrapper's behavior. And a couple of extensions for it (Shared Directory Mapper, Runaway Process Killer)
  • New release hosting: GitHub and NuGet
  • Migration of the logging subsystem to Apache log4net
  • Bugfixes

The version v2 is fully compatible with the v1 configuration file format, hence the upgrade procedure just requires replacement of the executable file.

License

WinSW is licensed under the MIT license.

winsw's People

Contributors

oleg-nenashev avatar nxtn avatar kohsuke avatar olegd avatar pram avatar mpana avatar kenmaglio avatar nightman68 avatar ryanrupp avatar rasa avatar darsstar avatar dhirani avatar corwinnewall avatar netroby avatar mereth avatar jeacott1 avatar iforapsy avatar dmngb avatar beatcracker avatar vlatombe avatar thokuest avatar thelateroomsgroup avatar steboo avatar scottselberg avatar r-murphy avatar ryanlea avatar ricardopolo avatar senarclens avatar edwinf avatar daklassen avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.