blob: 55ee6d40c811fbd2a8558f6263959e942a5f904f [file] [log] [blame]
Brad Bishop3c90f592016-08-08 08:53:13 -04001[Unit]
2Description=Phosphor Download Manager
3
4[Service]
5Restart=always
Michael Tritzfbd81be2017-08-15 14:07:23 -05006ExecStart=/usr/bin/env download_manager.py
7SyslogIdentifier=download_manager.py
Brad Bishop3c90f592016-08-08 08:53:13 -04008Environment="PYTHONUNBUFFERED=1"
9Type=dbus
10BusName={BUSNAME}
Brad Bishop3c90f592016-08-08 08:53:13 -040011
12[Install]
Patrick Ventured607cfb2019-04-04 12:15:22 -070013WantedBy=multi-user.target