From 1011c3daf5a967361acadc78b2b362229053607d Mon Sep 17 00:00:00 2001 From: Sebastien Rannou Date: Fri, 30 Jan 2015 16:19:34 +0100 Subject: [PATCH] Moved systemd custom units to etc so it's not overwritten by pacman -Syu. #1 --- patches/{usr/lib => etc}/systemd/system/serial-getty@.service | 0 patches/{usr/lib => etc}/systemd/system/systemd-reboot.service | 0 patches/{usr/lib => etc}/systemd/system/systemd-resolved.service | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename patches/{usr/lib => etc}/systemd/system/serial-getty@.service (100%) rename patches/{usr/lib => etc}/systemd/system/systemd-reboot.service (100%) rename patches/{usr/lib => etc}/systemd/system/systemd-resolved.service (100%) diff --git a/patches/usr/lib/systemd/system/serial-getty@.service b/patches/etc/systemd/system/serial-getty@.service similarity index 100% rename from patches/usr/lib/systemd/system/serial-getty@.service rename to patches/etc/systemd/system/serial-getty@.service diff --git a/patches/usr/lib/systemd/system/systemd-reboot.service b/patches/etc/systemd/system/systemd-reboot.service similarity index 100% rename from patches/usr/lib/systemd/system/systemd-reboot.service rename to patches/etc/systemd/system/systemd-reboot.service diff --git a/patches/usr/lib/systemd/system/systemd-resolved.service b/patches/etc/systemd/system/systemd-resolved.service similarity index 100% rename from patches/usr/lib/systemd/system/systemd-resolved.service rename to patches/etc/systemd/system/systemd-resolved.service