Skip to content

umlautadapatarr creates wrong umlautadaptarr.service fileย #4122

@elvito

Description

@elvito

โœ… Have you read and understood the above guidelines?

yes

๐Ÿ“œ What is the name of the script you are using?

UmlautAdaptarrLXC

๐Ÿ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/umlautadaptarr.sh)"

โš™๏ธ What settings are you using?

  • Default Settings
  • Advanced Settings

๐Ÿ–ฅ๏ธ Which Linux distribution are you using?

No response

๐Ÿ“ Provide a clear and concise description of the issue.

ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 should be changed to ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 in the installscript.

๐Ÿ”„ Steps to reproduce the issue.

unzip -qj $temp_file '*/**' -d /opt/UmlautAdaptarr puts UmlautAdaptarr.dll to /opt/UmlautAdaptarr/UmlautAdaptarr.dll not to /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll

โŒ Paste the full error output (if available).

root@umlautadaptarr:~# systemctl status umlautadaptarr.service
ร— umlautadaptarr.service - UmlautAdaptarr Service
Loaded: loaded (/etc/systemd/system/umlautadaptarr.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2025-04-29 11:15:39 CEST; 42s ago
Duration: 218ms
Process: 5619 ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 (code=exited, status=1/FAILURE)
Main PID: 5619 (code=exited, status=1/FAILURE)
CPU: 186ms

Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Main process exited, code=exited, status=1/FAILURE
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Failed with result 'exit-code'.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Scheduled restart job, restart counter is at 6.
Apr 29 11:15:39 umlautadaptarr systemd[1]: Stopped umlautadaptarr.service - UmlautAdaptarr Service.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Start request repeated too quickly.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Failed with result 'exit-code'.
Apr 29 11:15:39 umlautadaptarr systemd[1]: Failed to start umlautadaptarr.service - UmlautAdaptarr Service.

๐Ÿ–ผ๏ธ Additional context (optional).

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions