mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Major rejigger of init configurations
This commit is contained in:
parent
ad4b73d1cb
commit
18ef4a4684
7 changed files with 39 additions and 66 deletions
16
debian/jellyfin.service
vendored
16
debian/jellyfin.service
vendored
|
|
@ -1,12 +1,14 @@
|
|||
[Unit]
|
||||
Description=Jellyfin Media Server
|
||||
After=network.target
|
||||
Description = Jellyfin Media Server
|
||||
After = network.target
|
||||
|
||||
[Service]
|
||||
User=jellyfin
|
||||
ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/bin/EmbyServer.dll
|
||||
Restart=on-abort
|
||||
TimeoutSec=20
|
||||
Type = simple
|
||||
EnvironmentFile = /etc/default/jellyfin
|
||||
User = jellyfin
|
||||
ExecStart = /usr/bin/dotnet ${JELLYFIN_EXE} -programdata ${JELLYFIN_DATA} -restartpath ${JELLYFIN_RESTART_SCRIPT} ${JELLYFIN_ADD_OPTS}
|
||||
Restart = on-abort
|
||||
TimeoutSec = 20
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy = multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue