mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Fix: Umlautadaptarr Service File (#4124)
This commit is contained in:
parent
759e9598fb
commit
2ffac1d229
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
WorkingDirectory=/opt/UmlautAdaptarr
|
||||
ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005
|
||||
ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005
|
||||
Restart=always
|
||||
User=root
|
||||
Group=root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue