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
|
Package: alumnihub
|
||||||
Version: 10.0-1
|
Version: 10.0-2
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Essential: no
|
Essential: no
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Description=Alumnihub Webservice
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/opt/oqtane
|
WorkingDirectory=/opt/oqtane
|
||||||
ExecStart=/usr/bin/dotnet /opt/oqtane/Oqtane.Server.dll
|
ExecStart=/usr/bin/dotnet /opt/alumnihub/Oqtane.Server.dll
|
||||||
Restart=always
|
Restart=always
|
||||||
# Restart service after 10 seconds if the dotnet service crashes:
|
# Restart service after 10 seconds if the dotnet service crashes:
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
|
|||||||
Reference in New Issue
Block a user