From 1fc354805d3ec10d5345263c741e07f34544ee9c Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 12 Aug 2019 14:01:15 +0200 Subject: [PATCH] crashkernel: Move into crashkernel/ We are going to add the scripts, which saves the crashdump to this repository. To keep related files together, create a new directory crashkernel and move the existing service file into it. --- {misc_systemd_units => crashkernel}/crashkernel.service | 0 install.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {misc_systemd_units => crashkernel}/crashkernel.service (100%) diff --git a/misc_systemd_units/crashkernel.service b/crashkernel/crashkernel.service similarity index 100% rename from misc_systemd_units/crashkernel.service rename to crashkernel/crashkernel.service diff --git a/install.sh b/install.sh index 58c140c..32f7e69 100755 --- a/install.sh +++ b/install.sh @@ -149,5 +149,5 @@ install_data misc_systemd_units/mxvlan.service "$DESTDIR$systemdunitd mkdir -p "$DESTDIR$usr_prefix/share/applications" install_data applications-defaults/defaults.list "$DESTDIR$usr_prefix/share/applications/defaults.list" install_data misc_etc_files/modprobe.d/nfs_slotlimit.conf "$DESTDIR$sysconfdir/modprobe.d/nfs_slotlimit.conf" -install_data misc_systemd_units/crashkernel.service "$DESTDIR$systemdunitdir/crashkernel.service" +install_data crashkernel/crashkernel.service "$DESTDIR$systemdunitdir/crashkernel.service" exit