christgau / wsdd

A Web Service Discovery host daemon.
MIT License
808 stars 97 forks source link

feat(etc): Add init files for SysVinit #188

Closed Braintoe closed 7 months ago

Braintoe commented 7 months ago

Added init script for SysVinit and corresponding default config file.

(Since I have an MX Linux here, that file takes into account that a systemd resides next to SysVinit, therefore I added remarks to that file that split the options into "SysVinit only" and "general" since the systemd script does not support these.

closes https://github.com/christgau/wsdd/issues/187