Fix alumnihub service: use correct oqtane installation path
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m8s
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m8s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Package: alumnihub
|
||||
Version: 10.0-1
|
||||
Version: 10.0-2
|
||||
Architecture: amd64
|
||||
Essential: no
|
||||
Priority: optional
|
||||
|
||||
@@ -3,7 +3,7 @@ Description=Alumnihub Webservice
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/opt/oqtane
|
||||
ExecStart=/usr/bin/dotnet /opt/oqtane/Oqtane.Server.dll
|
||||
ExecStart=/usr/bin/dotnet /opt/alumnihub/Oqtane.Server.dll
|
||||
Restart=always
|
||||
# Restart service after 10 seconds if the dotnet service crashes:
|
||||
RestartSec=5
|
||||
|
||||
Reference in New Issue
Block a user