Daniel Theophanes

Results 103 comments of Daniel Theophanes

Feel free to open a PR. I don't have access to AIX.

Yeah, it isn't great. The "interactive" bit was designed to determine if someone is running it themselves or if the systemd/windows/etc is running it. Useful really. But this idea gets...

There are certainly better ways of doing this. You bring up great points. But all I have time for right now is "PRs accepted" :/.

This would be a breaking change for some users. On my OpenSUSE Micro Leap box, I have both an /etc/default directory and a /etc/sysconfig directory. The change looks in both,...

In windows, services don't have a configurable working directory (always system32). so you need to use "os.Executable" to get the current executable path, then join to the application config. On...

The defaults aren't good here. Maybe could add a configuration options, but not 5 min timeout by default.

Good point. Maybe I can address later. Otherwise "PRs accepted".

@setharnold I don't understand why you would want to bring this package into ubuntu main. But I appreciate the review. Good point on the permissions.

Is it possible for you to try to diagnose this?

@4ad So similar to running Instruction List or Structured Text on a PLC? Would you do single thread per process and require pre-allocating slices and structures? Would you allow dynamic...