Skip to content

Commit

Permalink
Update the service to always restart
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Dec 9, 2017
1 parent c1721e7 commit 877a835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooui.service
Expand Up @@ -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

0 comments on commit 877a835

Please sign in to comment.