blob: 6647e61f64462ce3d935f4b6b2714a5ea44162c5 [file] [log] [blame]
Brad Bishop5da85642015-10-27 17:13:26 -04001[Unit]
2Description=Phosphor OpenBMC DBus REST daemon
Brad Bishopf90a17d2016-07-13 19:10:19 -04003Requires=org.openbmc.ObjectMapper.service
4After=org.openbmc.ObjectMapper.service
Adriana Kobylak2f35b812016-08-08 10:51:30 -05005PartOf=systemd-networkd.service
Brad Bishop5da85642015-10-27 17:13:26 -04006
7[Service]
Nan Li2d343522016-01-27 10:28:34 +08008Restart=always
Chris Austen66ee0c12015-11-16 20:39:27 -06009ExecStart=/usr/sbin/obmc-rest
Brad Bishopbcdc0602016-06-28 18:21:00 -040010Environment="PYTHONUNBUFFERED=1"
Brad Bishop5da85642015-10-27 17:13:26 -040011
12[Install]
13WantedBy=multi-user.target