This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove workaround for legacy systemd versions (#107)
Resolves #99 (which was re-opened). In [a previous PR, in which we abandoned Buster-specific compatibility code](#105), we forgot to remove a workaround that was needed for the systemd version that Buster shipped with. In versions up until v244, systemd [didn’t support the `on-failure` restart method for “oneshot” type units](systemd/systemd#13754). Therefore, we had to use a “simple” type unit, because [Debian 10 (Buster) shipped with systemd v241](https://packages.debian.org/buster/systemd). However, [Debian 11 (Bullseye) ships with systemd v247](https://packages.debian.org/bullseye/systemd), so we can abandon this workaround now. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/ansible-role-ustreamer/107"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a>
- Loading branch information