Skip to content

Commit

Permalink
crashkernel: Move into crashkernel/
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Aug 12, 2019
1 parent d1a89dc commit 1fc3548
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fc3548

Please sign in to comment.