1[Unit] 2Description=Phosphor PLDM Daemon 3Wants=mctp-demux.service 4After=mctp-demux.service 5Wants=xyz.openbmc_project.biosconfig_manager.service 6After=xyz.openbmc_project.biosconfig_manager.service 7 8[Service] 9Restart=always 10EnvironmentFile=/etc/default/pldm_verbosity 11ExecStart=/usr/bin/pldmd --verbose $VERBOSE 12 13[Install] 14WantedBy=multi-user.target 15