systemd: Try to delay startup after network-online.target to get all IP addresses to bind
This commit is contained in:
parent
8fe9b17070
commit
f833446868
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=APRS-IS server
|
||||
After=network.target aprsc-chroot.service
|
||||
After=network-online.target aprsc-chroot.service
|
||||
Wants=network-online.target
|
||||
Requires=aprsc-chroot.service
|
||||
Documentation=http://he.fi/aprsc/, man:aprsc(8)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description="APRS-IS server #%i"
|
||||
After=network.target aprsc-chroot.service
|
||||
After=network-online.target aprsc-chroot.service
|
||||
Wants=network-online.target
|
||||
Requires=aprsc-chroot.service
|
||||
Documentation=http://he.fi/aprsc/, man:aprsc(8)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue