aboutsummaryrefslogtreecommitdiff
path: root/debian/jellyfin.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/jellyfin.service')
-rw-r--r--debian/jellyfin.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/jellyfin.service b/debian/jellyfin.service
deleted file mode 100644
index 4c3739909..000000000
--- a/debian/jellyfin.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description = Jellyfin Media Server
-After = network.target
-
-[Service]
-Type = simple
-EnvironmentFile = /etc/default/jellyfin
-User = jellyfin
-ExecStart = /usr/bin/jellyfin -programdata ${JELLYFIN_DATA} -restartpath ${JELLYFIN_RESTART_SCRIPT} ${JELLYFIN_ADD_OPTS}
-Restart = on-failure
-TimeoutSec = 15
-
-[Install]
-WantedBy = multi-user.target