mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 04:09:42 +00:00
remove duplicate systemd directives
Signed-off-by: Ranjib Dey ranjib@linux.com
This commit is contained in:
committed by
Brad Davidson
parent
05d775b31e
commit
dcff6e7047
@@ -680,7 +680,6 @@ create_systemd_service_file() {
|
||||
[Unit]
|
||||
Description=Lightweight Kubernetes
|
||||
Documentation=https://k3s.io
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
|
||||
@@ -648,7 +648,6 @@ create_systemd_service_file() {
|
||||
[Unit]
|
||||
Description=Lightweight Kubernetes
|
||||
Documentation=https://k3s.io
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
Conflicts=${conflicts}
|
||||
|
||||
Reference in New Issue
Block a user