summarylogtreecommitdiffstats
path: root/prowlarr.service
diff options
context:
space:
mode:
Diffstat (limited to 'prowlarr.service')
-rw-r--r--prowlarr.service4
1 files changed, 4 insertions, 0 deletions
diff --git a/prowlarr.service b/prowlarr.service
index a3c5d602cd6d..f078b8ad85ab 100644
--- a/prowlarr.service
+++ b/prowlarr.service
@@ -1,3 +1,6 @@
+# Be sure to use `systemctl edit prowlarr` to modify this service with an override.conf because
+# direct changes will be overwritten by package updates.
+
[Unit]
Description=prowlarr Service
Wants=network-online.target
@@ -6,6 +9,7 @@ After=network-online.target
[Service]
User=prowlarr
Group=prowlarr
+SyslogIdentifier=prowlarr
ExecStart=/usr/lib/prowlarr/bin/Prowlarr -nobrowser -data=/var/lib/prowlarr
Type=simple