distribution/packages/sysutils/systemd/patches/systemd-0001-move-etc-systemd-system-to-storage-.config-system.d.patch

13 lines
1 KiB
Diff
Raw Normal View History

2024-01-11 18:12:43 +00:00
diff -rupN systemd-stable-255.2.orig/meson.build systemd-stable-255.2/meson.build
--- systemd-stable-255.2.orig/meson.build 2024-01-11 16:27:39.478706802 +0000
+++ systemd-stable-255.2/meson.build 2024-01-11 16:28:08.724278853 +0000
@@ -254,7 +254,7 @@ conf.set_quoted('SYSTEMD_TTY_ASK_PASSWOR
conf.set_quoted('SYSTEMD_UPDATE_HELPER_PATH', libexecdir / 'systemd-update-helper')
conf.set_quoted('SYSTEMD_USERWORK_PATH', libexecdir / 'systemd-userwork')
conf.set_quoted('SYSTEMD_VERITYSETUP_PATH', libexecdir / 'systemd-veritysetup')
2022-02-28 21:31:20 +00:00
-conf.set_quoted('SYSTEM_CONFIG_UNIT_DIR', pkgsysconfdir / 'system')
2022-02-05 14:23:32 +00:00
+conf.set_quoted('SYSTEM_CONFIG_UNIT_DIR', '/storage/.config/system.d')
2022-02-28 21:31:20 +00:00
conf.set_quoted('SYSTEM_DATA_UNIT_DIR', systemunitdir)
conf.set_quoted('SYSTEM_ENV_GENERATOR_DIR', systemenvgeneratordir)
conf.set_quoted('SYSTEM_GENERATOR_DIR', systemgeneratordir)