Merge pull request #44 from onedr0p/patch-3

set want and after to network-online.target in systemd file
This commit is contained in:
Xan Manning 2020-09-21 21:10:40 +01:00 committed by GitHub
commit 4dd827c2a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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' }}