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:
parent
1f49ccaee3
commit
5887119311
7 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue