Skip to content

Commit

Permalink
readme: added reference to NSSM for windows services
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Apr 11, 2020
1 parent 23e66ac commit f31163c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ remoteSwitch is a cross platform application which makes your (antenna/band/powe

remoteSwitch is written in the programing language [Go](https://golang.org).

**ADVICE**: This project is **under development**. The parameters and the ICD
are still **not stable** and subject to change until the first major version
has been reached.
**ADVICE**: This project is **under development**. The parameters and the ICD are still **not stable** and subject to change until the first major version has been reached.

## Supported switch types

Expand Down Expand Up @@ -166,7 +164,7 @@ The GPIO switches are pretty flexible in configuration and should be able to cop

## Behaviour on Errors

If an error occurs from which remoteSwitch can not recover, the application exits. It is recommended to execute remoteSwitch as a service under the supervision of a scheduler like [systemd](https://en.wikipedia.org/wiki/Systemd).
If an error occurs from which remoteSwitch can not recover, the application exits. It is recommended to execute remoteSwitch as a service under the supervision of a scheduler like [systemd](https://en.wikipedia.org/wiki/Systemd) on Linux or [NSSM - the Non-Sucking Service Manager](https://nssm.cc/download) on Windows.

## Bug reports, Questions & Pull Requests

Expand Down

0 comments on commit f31163c

Please sign in to comment.