1[Unit]
2Description=Phosphor User Manager
3
4[Service]
5ExecStartPre=-/usr/libexec/upgrade_hostconsole_group.sh
6ExecStart=/usr/bin/env phosphor-user-manager
7SyslogIdentifier=phosphor-user-manager
8Restart=always
9Type=dbus
10BusName={BUSNAME}
11
12[Install]
13WantedBy=multi-user.target
14