mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 04:05:50 -04:00
Merge pull request #5606 from lmnotran/feature/delay-service-start
Delay starting service until after network is online
This commit is contained in:
commit
e5cbafdb6b
2
debian/jellyfin.service
vendored
2
debian/jellyfin.service
vendored
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description = Jellyfin Media Server
|
Description = Jellyfin Media Server
|
||||||
After = network.target
|
After = network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type = simple
|
Type = simple
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
After=network.target
|
After=network-online.target
|
||||||
Description=Jellyfin is a free software media system that puts you in control of managing and streaming your media.
|
Description=Jellyfin is a free software media system that puts you in control of managing and streaming your media.
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user