Move all system init configs to /usr/lib/init.d

This keeps /etc/init.d for local overrides without risking them getting
overwritten by system updates.
This commit is contained in:
bjorn3 2024-01-07 18:15:34 +01:00
parent 1f49ccaee3
commit 5887119311
7 changed files with 10 additions and 10 deletions

View file

@ -18,13 +18,13 @@ orbutils-launcher = {}
orbutils-orblogin = {}
[[files]]
path = "/etc/init.d/00_drivers"
path = "/usr/lib/init.d/00_drivers"
data = """
pcid /etc/pcid.d/
"""
[[files]]
path = "/etc/init.d/20_orbital"
path = "/usr/lib/init.d/20_orbital"
data = """
orbital orblogin launcher
"""