Skip to content

Commit 190c095

Browse files
authored
DLPX-94702 kdump cannot find valid symlinks (#537)
PR URL: https://www.github.com/delphix/delphix-platform/pull/537
1 parent f63611c commit 190c095

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[Unit]
2+
Description=Kernel crash dump capture service
3+
4+
[Service]
5+
Type=oneshot
6+
StandardOutput=journal+console
7+
EnvironmentFile=/etc/default/kdump-tools
8+
ExecStartPre=-/usr/share/kdump-tools/kdump_mem_estimator
9+
ExecStart=/etc/init.d/kdump-tools start
10+
ExecStop=/etc/init.d/kdump-tools stop
11+
RemainAfterExit=yes
12+
13+
[Install]
14+
WantedBy=basic.target

files/common/lib/systemd/system/kdump-tools.service.d/override.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)