systemd-formula
systemd-formula copied to clipboard
### PR progress checklist (to be filled in by reviewers) - [ ] Changes to documentation are appropriate (or tick if not required) - [ ] Changes to tests are...
updates: - [github.com/rubocop-hq/rubocop: v1.30.1 → v1.66.1](https://github.com/rubocop-hq/rubocop/compare/v1.30.1...v1.66.1) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.4...v0.10.0.1) - [github.com/adrienverge/yamllint: v1.26.3 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.35.1) - [github.com/warpnet/salt-lint: v0.8.0 → v0.9.2](https://github.com/warpnet/salt-lint/compare/v0.8.0...v0.9.2) - https://github.com/myint/rstcheck → https://github.com/rstcheck/rstcheck - [github.com/rstcheck/rstcheck: 3f929574 → v6.2.4](https://github.com/rstcheck/rstcheck/compare/3f929574...v6.2.4)...
Will be good to have ability to create and manage systemd per-user services, to allow users start-stop them. Here https://wiki.archlinux.org/index.php/systemd/User is some documentation about this. This can be implemented via...
https://www.stevenrombauts.be/2019/01/run-multiple-instances-of-the-same-systemd-unit/ I needed to start multiple instances of a single unit automatically with systemd, write config like this: ``` systemctl cat browser.target [Install] WantedBy=multi-user.target [Unit] After=network.target Description=Chromium target [email protected] [email protected]...
Formula support this unittypes - https://github.com/saltstack-formulas/systemd-formula/blob/master/systemd/units/unittypes.yaml. In this state https://github.com/saltstack-formulas/systemd-formula/blob/master/systemd/units/init.sls#L21 formula try doing enable for all types, but it is not always possible to do this, for example: ``` systemctl...
Hi, Applying the `systemd.resolved` formula on Debian / RedHat nodes results in the `/etc/resolv.conf` symlink pointing to `/run/systemd/resolve/resolv.conf`, which forwards DNS queries to external DNS servers instead of the local...
Bumps [activesupport](https://github.com/rails/rails) from 7.0.3.1 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...