Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Download Manager |
| 3 | |
| 4 | [Service] |
| 5 | Restart=always |
Michael Tritz | fbd81be | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 6 | ExecStart=/usr/bin/env download_manager.py |
| 7 | SyslogIdentifier=download_manager.py |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 8 | Environment="PYTHONUNBUFFERED=1" |
| 9 | Type=dbus |
| 10 | BusName={BUSNAME} |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 11 | |
| 12 | [Install] |
Patrick Venture | d607cfb | 2019-04-04 12:15:22 -0700 | [diff] [blame] | 13 | WantedBy=multi-user.target |