Releases: takama/daemon
Releases · takama/daemon
Version v1.0.0
- A major version was released
- Added support for LaunchAgents on macOS (thanks @itskingori)
Version 0.11.0
- Use APIs from golang.org/x/sys/windows instead of
sc
cli command (thanks @neverland4u) - Add Executable interface to implement service control (thanks @neverland4u)
Version 0.10.3
- nssm external dependency was replaced by generic sc command. Thanks Alexis Camilleri
- added Windows error codes. Thanks Alexis Camilleri
Version 0.10.2
- Fixed using of install arguments in windows release. Thanks AlgorathDev
Version 0.10.0
- Used
os.Executable()
for go1.8+
Version 0.9.3
- Added cron job example (thanks Maximus)
Version 0.9.1
- Auto restart for upstart based systems (thanks 0X8C - Demired)
Version 0.9.0
- Changed restart logic in systemd (thanks okamura)
Version 0.8.6
- fixed removing a service without confirmation on windows systems (thanks @1for)
- fixed some typos
Version 0.8.1
- Fixed subsystem checking logic ( thanks @maxxant )