Delay starting services until after network is online

pull/5606/head
Mason Tran 4 years ago
parent 8410a9a266
commit 415b03d719
No known key found for this signature in database
GPG Key ID: 60EA4D4D3AC5A061

@ -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…
Cancel
Save