mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2025-01-08 19:27:45 +01:00
set want and after to network-online.target in systemd file
This commit is contained in:
parent
ab48e3a173
commit
c99c9bf67f
@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Lightweight Kubernetes
|
Description=Lightweight Kubernetes
|
||||||
Documentation=https://k3s.io
|
Documentation=https://k3s.io
|
||||||
After=network.target
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type={{ 'notify' if k3s_control_node else 'exec' }}
|
Type={{ 'notify' if k3s_control_node else 'exec' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user