systemd: fix typo in comment
This commit is contained in:
parent
ba06497904
commit
6b1bac2a23
1 changed files with 5 additions and 4 deletions
|
@ -164,10 +164,11 @@ stdenv.mkDerivation {
|
||||||
./0019-core-respect-install_sysconfdir_samples-in-meson-fil.patch
|
./0019-core-respect-install_sysconfdir_samples-in-meson-fil.patch
|
||||||
./0020-login-respect-install_sysconfdir_samples-in-meson-fi.patch
|
./0020-login-respect-install_sysconfdir_samples-in-meson-fi.patch
|
||||||
|
|
||||||
# In v248 or v249 we started to get in trouble due to our /etc/systemd/sytem being
|
# In v248 or v249 we started to get in trouble due to our
|
||||||
# a symlink and thus being treated differently by systemd. With the below
|
# /etc/systemd/system being a symlink and thus being treated differently by
|
||||||
# patch we mitigate that effect by special casing all our root unit dirs
|
# systemd. With the below patch we mitigate that effect by special casing
|
||||||
# if they are symlinks. This does exactly what we need (AFAICT).
|
# all our root unit dirs if they are symlinks. This does exactly what we
|
||||||
|
# need (AFAICT).
|
||||||
./0021-core-handle-lookup-paths-being-symlinks.patch
|
./0021-core-handle-lookup-paths-being-symlinks.patch
|
||||||
|
|
||||||
# The way files are being tested for being executable changed in v248/v249
|
# The way files are being tested for being executable changed in v248/v249
|
||||||
|
|
Loading…
Reference in a new issue