blob: 0b1a68fcd3c9912417752f25da8d7746f07b4c57 [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001[Unit]
Brad Bishopf51b3a02016-08-25 22:41:39 -04002Description=Phosphor Python Application Example
Brad Bishop93fb5352015-09-09 03:59:20 +00003
4[Service]
Nan Li2d343522016-01-27 10:28:34 +08005Restart=always
Brad Bishopc2e93ce2016-08-25 22:36:30 -04006ExecStart={sbindir}/obmc-phosphor-example-pydbus
Brad Bishopbcdc0602016-06-28 18:21:00 -04007Environment="PYTHONUNBUFFERED=1"
Brad Bishop93fb5352015-09-09 03:59:20 +00008
9[Install]
Brad Bishopc2e93ce2016-08-25 22:36:30 -040010WantedBy={SYSTEMD_DEFAULT_TARGET}