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