1[Unit] 2Description=Phosphor Network Manager 3After=obmc-mapper.target 4 5[Service] 6ExecStart=/usr/bin/env phosphor-network-manager 7SyslogIdentifier=phosphor-network-manager 8Restart=always 9Type=dbus 10BusName=@BUSNAME_NETWORK@ 11RuntimeDirectory = network 12RuntimeDirectoryPreserve = yes 13StateDirectory = network 14 15[Install] 16WantedBy=@SYSTEMD_TARGET@ 17