We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f9a19 commit 4741538Copy full SHA for 4741538
scripts/cloud-config.template.yaml
@@ -26,7 +26,7 @@ write_files:
26
27
[Service]
28
Type=simple
29
- ExecStart=/usr/bin/dotnet /app/myWebApp/bin/Release/net5.0/myWebApp.dll --urls "http://*:5000"
+ ExecStart=/usr/bin/dotnet /app/myOracleQuickstartWebApp/bin/Release/net5.0/myOracleQuickstartWebApp.dll --urls "http://*:5000"
30
Restart=always
31
RestartSec=10
32
KillSignal=SIGINT
@@ -43,8 +43,8 @@ runcmd:
43
- /root/setup.preflight.sh
44
- echo "Finished prep scripts."
45
- echo "Starting DotNet App..."
46
- - systemctl start dotnet-app
47
- systemctl enable dotnet-app
+ - systemctl start dotnet-app
48
49
final_message: "The system is finally up, after $UPTIME seconds"
50
output: {all: '| tee -a /root/cloud-init-output.log'}
0 commit comments