Update the service to always restart

This commit is contained in:
Frank A. Krueger 2017-12-09 15:50:59 -08:00
parent c1721e7727
commit 877a835367
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Type=simple
Environment=HOME=/home/ubuntu
WorkingDirectory=/home/ubuntu/Ooui/PlatformSamples/AspNetCoreMvc
ExecStart=/usr/bin/dotnet run --no-build --server.urls=http://0.0.0.0:80/
Restart=on-abort
Restart=always
[Install]
WantedBy=multi-user.target