I wouldn’t.
If you’re brave, go for it, but "highly volatile" probably sums things up.
Basically you create a menu, and add Unix/Windows commands for the menu options, one for start
and one for stop
,
and then whatever else you want (it does a plain old text menu if called without arguments), and the daemon script
that Daevil generates and hooks into the system calls the appropriate option at the appropriate time.
The "features" are that it has resolvers that use md5 hashes to download things upon first run. Basically a most generic bootstrapper, using very simple and highly available bash or cmd.exe/powershell v1 commands.
Also it creates users. Yeah. The script that’s generated, called install.bat
or install.sh
, will also optionally
create (and remove, in remove.sh/bat) a user for the daemon.
So, real generic downloader/verifier and service installer/remover for *nix and Windows apps wanting to run at boot and whatnot, as services versus applications, per se, is what this is for.