mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2025-01-07 19:17:48 +01:00
Merge pull request #44 from onedr0p/patch-3
set want and after to network-online.target in systemd file
This commit is contained in:
commit
4dd827c2a7
@ -1,7 +1,8 @@
|
||||
[Unit]
|
||||
Description=Lightweight Kubernetes
|
||||
Documentation=https://k3s.io
|
||||
After=network.target
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type={{ 'notify' if k3s_control_node else 'exec' }}
|
||||
|
Loading…
Reference in New Issue
Block a user