Skip to content

Commit 4741538

Browse files
committed
service app name updated
1 parent f6f9a19 commit 4741538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cloud-config.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ write_files:
2626
2727
[Service]
2828
Type=simple
29-
ExecStart=/usr/bin/dotnet /app/myWebApp/bin/Release/net5.0/myWebApp.dll --urls "http://*:5000"
29+
ExecStart=/usr/bin/dotnet /app/myOracleQuickstartWebApp/bin/Release/net5.0/myOracleQuickstartWebApp.dll --urls "http://*:5000"
3030
Restart=always
3131
RestartSec=10
3232
KillSignal=SIGINT
@@ -43,8 +43,8 @@ runcmd:
4343
- /root/setup.preflight.sh
4444
- echo "Finished prep scripts."
4545
- echo "Starting DotNet App..."
46-
- systemctl start dotnet-app
4746
- systemctl enable dotnet-app
47+
- systemctl start dotnet-app
4848

4949
final_message: "The system is finally up, after $UPTIME seconds"
5050
output: {all: '| tee -a /root/cloud-init-output.log'}

0 commit comments

Comments
 (0)