From e17fa38272d193f5e0cef7f1c90aa40cb93e7e7c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 20 Oct 2014 04:50:07 +0200 Subject: [PATCH] [xbmc-rebrand] systemd: rename XBMC config dir in config files Signed-off-by: Stephan Raue --- packages/sysutils/systemd/config/system.d/cifs.mount.sample | 2 +- packages/sysutils/systemd/config/system.d/nfs.mount.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/systemd/config/system.d/cifs.mount.sample b/packages/sysutils/systemd/config/system.d/cifs.mount.sample index 2fadb06c63..36efc24aa3 100644 --- a/packages/sysutils/systemd/config/system.d/cifs.mount.sample +++ b/packages/sysutils/systemd/config/system.d/cifs.mount.sample @@ -17,7 +17,7 @@ After=network-online.service # usually we mount networks shares because we want they avaible *before* XBMC starts. # so XBMC has access to this mounts from beginning. Note: this slows down the boot! -Before=xbmc.service +Before=kodi.service [Mount] diff --git a/packages/sysutils/systemd/config/system.d/nfs.mount.sample b/packages/sysutils/systemd/config/system.d/nfs.mount.sample index 26340583a8..4628db4b94 100644 --- a/packages/sysutils/systemd/config/system.d/nfs.mount.sample +++ b/packages/sysutils/systemd/config/system.d/nfs.mount.sample @@ -17,7 +17,7 @@ After=network-online.service # usually we mount networks shares because we want they avaible *before* XBMC starts. # so XBMC has access to this mounts from beginning. Note: this slows down the boot! -Before=xbmc.service +Before=kodi.service [Mount]