mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Fix systemd-sysext unrecognized option.
When trying to use `systemd-sysext --refresh` the following error is encountered: `systemd-sysext: unrecognized option '--refresh'` This PR fixes that.
This commit is contained in:
@@ -49,7 +49,7 @@ just sysext
|
||||
```
|
||||
|
||||
This will create a system-extension inside `cosmic-sysext`, that you can move (without renaming!) into e.g. `/var/lib/extensions`.
|
||||
After starting systemd-sysext.service (`sudo systemctl enable --now systemd-sysext`) and refreshing (`sudo systemd-sysext --refresh`) or rebooting
|
||||
After starting systemd-sysext.service (`sudo systemctl enable --now systemd-sysext`) and refreshing (`sudo systemd-sysext refresh`) or rebooting
|
||||
*COSMIC* will be an available option in your favorite display manager.
|
||||
|
||||
**Note**: An extension created this way will be linked against specific libraries on your system and will not work on other distributions.
|
||||
|
||||
Reference in New Issue
Block a user