-
-
Possibly using this: http://supervisord.org/
-
Hello, after doing `./LAUNCH.sh -l` I get the following error:
![image](https://github.com/ail-project/ail-framework/assets/56295812/3bfabd23-c289-4434-9d86-4ef28961514b)
Tried debugging it, res…
-
Maybe my understanding here is too weak and this isn't feasible, but I'd like to only mark some tasks to be non-daemonized.
In short, I have tasks that kick off Selenium processes. These fail with …
-
Output for umonitor daemonize in my case:
```
➜ autostart umonitor --listen --daemonize
Traceback (most recent call last):
File "/usr/local/bin/umonitor", line 33, in
sys.exit(load_entr…
-
On Linux, we run fdbmonitor with the --daemonize flag, which causes it to log to syslog. On macOS, we do not use the --daemonize flag (and I'm not immediately sure why), which results in output going …
-
Hello,
When I try to daemonize a script from a systemd service:
[Unit]
After=network.target
[Service]
ExecStart=/home/vbr/daemonize/daemonize /home/vbr/service/dfhome.sh
[Install]
WantedBy=…
vbr96 updated
2 years ago
-
This would exactly work like gradle's daemon feature: If you spawn coala multiple times, it tries to run a coala-daemon, that keeps things in memory. This avoids cache reloads and file reloads for unc…
-
It might be interesting to specify the user that is executing the task. Kind of like `su $user`. Could work like this:
```
iexec -u johnsmith -w /home/johnsmith -- whoami && pwd
```
I'm thinking we …
-
Hello! Thanks for this gem!
I have an existing Thor-based command-line interface that I want to have start|stop to daemonize, but also needs a variety of other CLI options. The way the Raad gem is cu…