blob: 41eaf8bf2cfebfe64816c3060a5e0166d56c840c [file] [log] [blame]
Brad Bishop0a81db02016-08-30 00:46:40 -04001[Unit]
2Description=Phosphor Webserver
3PartOf=systemd-networkd.service
4After=obmc-webserver-pre.target
5
6[Service]
7Restart=always
8ExecStart={sbindir}/phosphor-rocket $APPLICATION
9Environment="PYTHONUNBUFFERED=1"
10EnvironmentFile={envfiledir}/obmc/wsgi_app
11
12[Install]
13WantedBy={SYSTEMD_DEFAULT_TARGET}