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