Skip to content

Commit

Permalink
Merge pull request #3 from flatcar/krnowak/rename
Browse files Browse the repository at this point in the history
Update link to ensure-sysext unit file
  • Loading branch information
krnowak authored Sep 19, 2022
2 parents 34d2393 + 60f2d35 commit 8cdb8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SYSEXT_LEVEL=1.0
This means other distributions will reject to load the sysext image by default.
Use the configuration parameters in the tools to build for your distribution.

To add the automatic systemd unit loading to your distribution, store [`ensure-sysext.service`](https://raw.githubusercontent.com/flatcar-linux/init/a22b550c7cf689661970a2a23dd457870dd84c97/systemd/system/ensure-sysext.service) in your systemd folder (e.g., `/etc/systemd/system/`) and enable the units: `systemctl enable --now ensure-sysext.service systemd-sysext.service`.
To add the automatic systemd unit loading to your distribution, store [`ensure-sysext.service`](https://raw.githubusercontent.com/flatcar/init/ccade77b6d568094fb4e4d4cf71b867819551798/systemd/system/ensure-sysext.service) in your systemd folder (e.g., `/etc/systemd/system/`) and enable the units: `systemctl enable --now ensure-sysext.service systemd-sysext.service`.

## Recipes in this repository

Expand Down

0 comments on commit 8cdb8da

Please sign in to comment.