blob: 41eaf8bf2cfebfe64816c3060a5e0166d56c840c [file] [log] [blame]
[Unit]
Description=Phosphor Webserver
PartOf=systemd-networkd.service
After=obmc-webserver-pre.target
[Service]
Restart=always
ExecStart={sbindir}/phosphor-rocket $APPLICATION
Environment="PYTHONUNBUFFERED=1"
EnvironmentFile={envfiledir}/obmc/wsgi_app
[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}