fix: client services pull in network-online.target
Client services should pull in network-online.target instead of network.target according to the [doc](https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/).
This commit is contained in:
parent
2a68c1152f
commit
5c6f389123
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Frp Client Service
|
||||
After=network.target
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Frp Client Service
|
||||
After=network.target
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user