1[Unit]
2Description=Receive ACPI power state over IPMI
3
4[Service]
5Type=simple
6Restart=always
7ExecStart=@@BIN@ acpi_power_stated
8
9[Install]
10WantedBy=multi-user.target
11