-
See https://github.com/magento/magento-cloud-docker/blob/develop/images/php/8.3-fpm/etc/php-fpm.conf#L6
There is no user directive, so by default php-fpm will try to run as root, which is allowed s…
-
Puppet agent: 3.4.3
OS: Ubuntu 12.04 och 14.04
This clause is causing me problems and I'm not sure why it's even there:
manifests/defaults.pp
`
if ($::operatingsystem == 'Ubuntu' and versioncmp($:…
-
Official package name: Daemonize
License (must be an OSI approved Open Source license): BSD
Download URL of latest release: https://github.com/bmc/daemonize/releases and https://pkgs.org/downloa…
-
I built an ansible role to setup pandora https://github.com/juju4/ansible-pandora/ and there are two points, I would wish to develop more in documentation. I can make the PR if I have the explanation.…
juju4 updated
2 years ago
-
Hi, I am using v0.104.3 and noticed that AdGuardHome can't actually go into background. There is no "-d" or "--daemon" switch available and the process always stays on the terminal in the foreground.
…
-
Write tests so I don't let the error slip next time and fix this issue.
```
File "/usr/lib/python3.10/posixpath.py", line 378, in abspath
path = os.fspath(path)
TypeError: expected str, byte…
-
OS X does not have `/etc/cron.daily` and `/etc/cron.hourly` folders. We need to use `crontab` (or whatever is suitable) in that case.
-
## Checklist
- [x] I'm reporting a feature request
- [x] I've verified that I'm running xdm latest version
- [x] I've searched the bugtracker for similar feature requests including clos…
-
Including `pupmod::agent::cron` when `daemonize` = true causes a conflict of puppet service management. Recommend updating the [logic in init.pp](https://github.com/simp/pupmod-simp-pupmod/blob/master…
-
The `daemonize` part of puma was removed in puma 5 and Subspace's config doesn't work with it now.
There's a gem here to add it back in: https://github.com/kigster/puma-daemon
It didn't just work …