mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/functions: move systemd dir to /usr/lib/systemd
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
12768a5a5b
commit
2a0e538fba
@ -205,7 +205,7 @@ fix_module_depends() {
|
|||||||
# Usage: enable_service <unit> [target]
|
# Usage: enable_service <unit> [target]
|
||||||
enable_service () {
|
enable_service () {
|
||||||
local unit="$1"
|
local unit="$1"
|
||||||
local unit_dir="/lib/systemd/system"
|
local unit_dir="/usr/lib/systemd/system"
|
||||||
local target="$2"
|
local target="$2"
|
||||||
local target_dir=$INSTALL
|
local target_dir=$INSTALL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user