diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:06:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:06:25 +0000 |
commit | 1a4ff52e9e8c3a0239ba69379f296da079cbb363 (patch) | |
tree | e5f4061c19e7a4fc58b0d37b3ccb91dfd6ceda12 /ipmidetectd.service | |
parent | ddba247793212c01985d42a4686f53b85c87bf9b (diff) |
automatic import of freeipmiopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'ipmidetectd.service')
-rw-r--r-- | ipmidetectd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ipmidetectd.service b/ipmidetectd.service new file mode 100644 index 0000000..60f38cd --- /dev/null +++ b/ipmidetectd.service @@ -0,0 +1,10 @@ +[Unit] +Description=IPMI Node Detection Monitoring Daemon +After=network.target + +[Service] +Type=forking +ExecStart=/usr/sbin/ipmidetectd + +[Install] +WantedBy=multi-user.target |