From f4b4d34cf6e302c8cbde05efa176518b3fba1340 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:31:32 +0100 Subject: [PATCH] Move a couple of missed init files from /etc/init.d to /usr/lib/init.d --- config/resist.toml | 4 ++-- config/x86_64/desktop-contain.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/resist.toml b/config/resist.toml index caa4e41..499b0c6 100644 --- a/config/resist.toml +++ b/config/resist.toml @@ -23,7 +23,7 @@ userutils = {} # Override to not background dhcpd [[files]] -path = "/etc/init.d/10_net" +path = "/usr/lib/init.d/10_net" data = """ smolnetd dnsd @@ -31,7 +31,7 @@ dhcpd """ [[files]] -path = "/etc/init.d/20_resist" +path = "/usr/lib/init.d/20_resist" data = """ export RUST_BACKTRACE full resist /share/resist/redox/spec.toml diff --git a/config/x86_64/desktop-contain.toml b/config/x86_64/desktop-contain.toml index 8e32a39..58b2927 100644 --- a/config/x86_64/desktop-contain.toml +++ b/config/x86_64/desktop-contain.toml @@ -15,7 +15,7 @@ include = ["../desktop.toml"] # Override orbital init to use contain_orblogin [[files]] -path = "/etc/init.d/20_orbital" +path = "/usr/lib/init.d/20_orbital" data = """ audiod orbital contain_orblogin launcher @@ -23,7 +23,7 @@ orbital contain_orblogin launcher # Override console init to use contain [[files]] -path = "/etc/init.d/30_console" +path = "/usr/lib/init.d/30_console" data = """ getty --contain 2 getty --contain debug: -J