Skip to content

Commit 35b082b

Browse files
committed
fixup: don't use override, since we already have override in /etc, change that
1 parent cbb86dc commit 35b082b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

files/common/etc/systemd/system/kdump-tools.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Type=oneshot
66
StandardOutput=journal+console
77
EnvironmentFile=/etc/default/kdump-tools
88
ExecStartPre=-/usr/share/kdump-tools/kdump_mem_estimator
9-
ExecStart=/etc/init.d/kdump-tools start
10-
ExecStop=/etc/init.d/kdump-tools stop
9+
ExecStart=/var/lib/delphix-platform/kdump-tools/kdump-tools start
10+
ExecStop=/var/lib/delphix-platform/kdump-tools/kdump-tools stop
1111
RemainAfterExit=yes
1212

1313
[Install]

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

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

0 commit comments

Comments
 (0)