Did the installation succeed?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
[root@iZwz9cews5gdfraryk3rmoZ www]# sudo systemctl status nopCommerce440.service
● nopCommerce440.service - Example nopCommerce app running on CentOS
   Loaded: loaded (/etc/systemd/system/nopCommerce440.service; disabled; vendor preset: enabled)
   Active: activating (auto-restart) (thawing) (Result: exit-code) since Wed 2021-05-12 20:23:28 CST; 738ms ago
  Process: 13018 ExecStart=/usr/share/dotnet /var/www/nopCommerce440/Nop.Web.dll (code=exited, status=217/USER)
Main PID: 13018 (code=exited, status=217/USER)
4 years ago
It has been solved:
XUbuntu:ExecStart=/usr/bin/dotnet /var/www/nopCommerce440/Nop.Web.dll
centos:
ExecStart=/usr/share/dotnet/dotnet /var/www/nopCommerce440/Nop.Web.dll
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.