mtkennerly / shawl

Windows service wrapper for arbitrary commands
MIT License
448 stars 15 forks source link

Feature request: Specify service dependencies when adding #36

Closed Bill-Stewart closed 9 months ago

Bill-Stewart commented 9 months ago

Another "nice to have" feature would be to specify service dependencies when installing a service; e.g.:

shawl add --dependencies afd,tcpip ...

Thanks!