blob: 6fe1378191d8b28063193b7710f729bda580dc40 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001[Unit]
2Description=IPMI Driver
3After=network.target
4
5[Service]
6Type=oneshot
7RemainAfterExit=yes
8ExecStart=@LIBEXECDIR@/openipmi-helper start
9ExecStop=@LIBEXECDIR@/openipmi-helper stop-all
10
11[Install]
12WantedBy=multi-user.target