blob: 0dc959d25947acb95fd7f74b891a3b524774d024 [file] [log] [blame]
[Unit]
Description=Phosphor Download Manager
[Service]
Restart=always
ExecStart=/usr/bin/env download_manager.py
SyslogIdentifier=download_manager.py
Environment="PYTHONUNBUFFERED=1"
Type=dbus
BusName={BUSNAME}
Nice=19
TimeoutStartSec=180s
[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}