From 2a0e538fbadb064b86000103d3175945e182d45e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 20 Feb 2014 17:03:09 +0100 Subject: [PATCH] config/functions: move systemd dir to /usr/lib/systemd Signed-off-by: Stephan Raue --- config/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/functions b/config/functions index aa53b8b3c6..362b4eaabd 100644 --- a/config/functions +++ b/config/functions @@ -205,7 +205,7 @@ fix_module_depends() { # Usage: enable_service [target] enable_service () { local unit="$1" - local unit_dir="/lib/systemd/system" + local unit_dir="/usr/lib/systemd/system" local target="$2" local target_dir=$INSTALL