#!/bin/sh # More details about systemd generator: # http://www.freedesktop.org/wiki/Software/systemd/Generators/ . /usr/lib/kdump/kdump-lib.sh . /usr/lib/kdump/kdump-logger.sh # If invokded with no arguments for testing purpose, output to /tmp to # avoid overriding the existing. dest_dir="/tmp" if [ -n "$1" ]; then dest_dir=$1 fi systemd_dir=/usr/lib/systemd/system kdump_wants=$dest_dir/kdump.service.wants if is_ssh_dump_target; then mkdir -p $kdump_wants ln -sf $systemd_dir/network-online.target $kdump_wants/ fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cloud-init-generator | File | 3.02 KB | 0755 |
|
kdump-dep-generator.sh | File | 537 B | 0755 |
|
lvm2-activation-generator | File | 131.18 KB | 0555 |
|
nfs-server-generator | File | 66.07 KB | 0755 |
|
rpc-pipefs-generator | File | 37.23 KB | 0755 |
|
selinux-autorelabel-generator.sh | File | 743 B | 0755 |
|
systemd-cryptsetup-generator | File | 32.86 KB | 0755 |
|
systemd-debug-generator | File | 16.45 KB | 0755 |
|
systemd-fstab-generator | File | 45.1 KB | 0755 |
|
systemd-getty-generator | File | 16.77 KB | 0755 |
|
systemd-gpt-auto-generator | File | 28.86 KB | 0755 |
|
systemd-hibernate-resume-generator | File | 12.45 KB | 0755 |
|
systemd-rc-local-generator | File | 12.29 KB | 0755 |
|
systemd-system-update-generator | File | 12.34 KB | 0755 |
|
systemd-sysv-generator | File | 32.89 KB | 0755 |
|
systemd-veritysetup-generator | File | 20.74 KB | 0755 |
|