We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923c79f commit 3a0d338Copy full SHA for 3a0d338
kestrel-smartstore.service
@@ -0,0 +1,17 @@
1
+[Unit]
2
+Description=Smartstore Core Web App running on Linux
3
+
4
+[Service]
5
+WorkingDirectory=/var/www/smartstore
6
+ExecStart=/var/www/smartstore/Smartstore.Web
7
+Restart=always
8
+#Restart service after 10 seconds if dotnet service crashes:
9
+RestartSec=10
10
+KillSignal=SIGINT
11
+SyslogIdentifier=smartstore-core
12
+User=www-data
13
+Environment=ASPNETCORE_ENVIRONMENT=Production
14
+Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false
15
16
+[Install]
17
+WantedBy=multi-user.target
0 commit comments