This repository has been archived on 2025-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
PKGBUILDs/kubernetes/kube-proxy.service

14 lines
282 B
SYSTEMD
Raw Permalink Normal View History

2021-12-15 16:43:25 +00:00
[Unit]
Description=Kubernetes Kube-Proxy Server
Documentation=man:kube-proxy(1)
After=network.target
[Service]
EnvironmentFile=-/etc/kubernetes/kube-proxy.env
ExecStart=/usr/bin/kube-proxy $KUBE_PROXY_ARGS
Restart=on-failure
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target