#!/bin/sh # More details about systemd generator: # http://www.freedesktop.org/wiki/Software/systemd/Generators/ . /usr/lib/kdump/kdump-lib.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 |
---|---|---|---|---|
kdump-dep-generator.sh | File | 504 B | 0755 |
|
nfs-server-generator | File | 56.4 KB | 0755 |
|
rpc-pipefs-generator | File | 27.48 KB | 0755 |
|
systemd-cryptsetup-generator | File | 89.29 KB | 0755 |
|
systemd-debug-generator | File | 48.27 KB | 0755 |
|
systemd-efi-boot-generator | File | 64.5 KB | 0755 |
|
systemd-fstab-generator | File | 93.09 KB | 0755 |
|
systemd-getty-generator | File | 48.27 KB | 0755 |
|
systemd-hibernate-resume-generator | File | 48.34 KB | 0755 |
|
systemd-rc-local-generator | File | 44.12 KB | 0755 |
|
systemd-system-update-generator | File | 35.95 KB | 0755 |
|
systemd-sysv-generator | File | 126.01 KB | 0755 |
|