浏览代码

Delay starting services until after network is online

Mason Tran 4 年之前
父节点
当前提交
415b03d719
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      debian/jellyfin.service
  2. 1 1
      fedora/jellyfin.service

+ 1 - 1
debian/jellyfin.service

@@ -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 - 1
fedora/jellyfin.service

@@ -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]