diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-09-14 14:08:56 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-09-14 14:08:56 +0200 |
commit | 484c8bf96d406596112b12e2bed6d9434eb5b60a (patch) | |
tree | 293158e085e54132366d8bfe307d30a1b79de4ab /debian/rules | |
parent | 970a08d2781e12c96c6463ba56bd132f46d2e72f (diff) |
Reinstall init.d scripts
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 183b5fb..e56a783 100755 --- a/debian/rules +++ b/debian/rules @@ -37,3 +37,9 @@ override_dh_installsystemd: dh_installsystemd --name ipmi_port --no-enable --no-start dh_installsystemd --name ipmiutil_asy --no-enable --no-start dh_installsystemd --name ipmiutil_evt --no-enable --no-start + +override_dh_installinit: + dh_installinit --name ipmiutil_wdt + dh_installinit --name ipmi_port --no-enable --no-start + dh_installinit --name ipmiutil_asy --no-enable --no-start + dh_installinit --name ipmiutil_evt --no-enable --no-start |