systemd: depend on networking-online.target

Related: SYS#6400
Change-Id: Ifbac18a38e086e42c67499b7818cdf08629d0000
This commit is contained in:
Oliver Smith 2023-05-26 14:10:48 +02:00
parent f69498ef83
commit cb283e3b8f
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
[Unit]
Description=Osmocom Remote SIM BankD
After=network-online.target
Wants=network-online.target
[Service]
Type=simple

View File

@ -1,5 +1,7 @@
[Unit]
Description=Osmocom Remote SIM Client %i
After=network-online.target
Wants=network-online.target
[Service]
Type=simple

View File

@ -1,5 +1,7 @@
[Unit]
Description=Osmocom Remote SIM Server
After=network-online.target
Wants=network-online.target
[Service]
Type=simple