multi-user.target is a general runlevel target, and it can be considered reached once the basic services are up. That means sometimes network is still not reachable. Change-Id: I7312e05e12e978a96ee1bd3a74080d7f50523d80 Signed-off-by: Tadas Sutkaitis <tadasas@gmail.com>
12 lines
206 B
Desktop File
12 lines
206 B
Desktop File
[Unit]
|
|
Description=Fetch Public Keys
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/fetch-public-ssh-keys.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|