UIP
UIP copied to clipboard
Remove Daemoniker
Daemoniker is causing issues with UIP --service
on *nix
systems. It'll be better to remove and have our own implementtion probably by Popen
Definitive Way to do this: Remove daemoniker. Make a new Entry point. for windows run UIP.py via pythonw
on linux/mac run it via nohup
.
Also let's make service the only way to run uip.
Also let us remove all stdout :P
Let's go ahead and make a container for it too. 🤣
daemoniker is removed now we only need to add a service :P