From: Sandro Tosi <morph@debian.org>
Date: Sun, 6 May 2018 15:35:38 -0400
Subject: fix segfaults due to wrong systemd service file

The service file has the following line:
User=transmission

It should be replaced with:
User=debian-transmission

This is Debian specific.

Bug-Debian: https://bugs.debian.org/718624
Origin: other, https://bugs.debian.org/718624
Forwarded: not-needed
Last-Update: 2025-11-06
---
--- transmission.git.orig/daemon/transmission-daemon.service.in	2025-11-06 14:14:08.296609050 +0100
+++ transmission.git/daemon/transmission-daemon.service.in	2025-11-06 14:14:08.292608976 +0100
@@ -5,7 +5,7 @@
 Documentation=man:@TR_NAME@-daemon(1)
 
 [Service]
-User=transmission
+User=debian-transmission
 Type=notify-reload
 ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/@TR_NAME@-daemon -f --log-level=error
 
