Delay starting services until after network is online

This commit is contained in:
Mason Tran 2021-03-24 02:35:44 -04:00
parent 8410a9a266
commit 415b03d719
No known key found for this signature in database
GPG Key ID: 60EA4D4D3AC5A061
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description = Jellyfin Media Server
After = network.target
After = network-online.target
[Service]
Type = simple

View File

@ -1,5 +1,5 @@
[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.
[Service]