blob: 2af01363b9b8a1381fe0f3ff6079bca501f61dbd [file] [log] [blame]
Brad Bishop745f13b2016-08-30 15:06:19 -04001[Unit]
2Description=Phosphor Event Manager
3
4[Service]
5EnvironmentFile={envfiledir}/obmc/eventd/eventd.conf
6Restart=always
7ExecStart={sbindir}/phosphor-eventd $OPTIONS
8Type=dbus
9BusName={BUSNAME}
10
11[Install]
12WantedBy={SYSTEMD_DEFAULT_TARGET}