blob: 5aadcc03ab131e4c7624c67fce79d035448e8b23 [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001[Unit]
2Description=Phosphor OpenBMC event management daemon
3
4[Service]
Sergey Solomin2461f3c2016-08-15 14:21:08 -05005EnvironmentFile=-/etc/default/eventd/eventd.conf
Nan Li2d343522016-01-27 10:28:34 +08006Restart=always
Brad Bishopc2e93ce2016-08-25 22:36:30 -04007ExecStart={sbindir}/obmc-phosphor-eventd $OPTIONS
Brad Bishop93fb5352015-09-09 03:59:20 +00008
9[Install]
Brad Bishopc2e93ce2016-08-25 22:36:30 -040010WantedBy={SYSTEMD_DEFAULT_TARGET}