David Lundgren

Results 21 comments of David Lundgren

For Ubuntu 18+ I'd recommend doing this instead of altering the systemd file - Create `/usr/lib/tmpfiles.d/passenger.conf` with `d /var/run/passenger-instreg root root` - Set `PassengerInstanceRegistryDir /var/run/passenger-instreg` or `passenger_instance_registry_dir /var/run/passenger-instreg` as appropriate...

The correct settings for `/usr/lib/tmpfiles.d/passenger.conf` is `d /var/run/passenger-instreg 0755 root root -`

@joseph-flinn I messed up the prior branch when I went to update the `Setup` utility as you suggested, so I created this new PR, as I'm not sure the best...

Since the run.sh was moved to bitwarden/server, I'm going to close this request and open a new PR for the Configuration.cs change

Due to the way that the tmpfiles works, the system needs to be rebooted in order for the folder to be created automatically. The package installation should probably try to...

This is a good idea, I'll take a look at getting tests set up for these before trying to push them upstream.

I've worked on getting Molecule tests done this past weekend, and then worked on making the tests work for Ansible proper. ansible/ansible#61696

Delayed, but I've created ansible-collections/community.general#1460, since the ansible/ansible PR was closed out.

Considering how there are only 2 modules available in the library, I'll work on getting them into the community.general collection as it'll have a broader impact for being available, and...

The `sysrc` module has been moved to [community.general.sysrc](https://docs.ansible.com/ansible/latest/collections/community/general/sysrc_module.html). I've restarted work on moving `kld`