Merge pull request #5606 from lmnotran/feature/delay-service-start

Delay starting service until after network is online
This commit is contained in:
Joshua M. Boniface 2021-08-18 02:25:54 -04:00 committed by GitHub
commit e5cbafdb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]