repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-x86_64
[ArchLinux/community.git]
/
kubernetes
/
trunk
/
kube-proxy.service
blob
1cd3e67f860388fafedd007100d34124c34a94f8
1
[Unit]
2
Description=Kubernetes Kube-Proxy Server
3
Documentation=man:kube-proxy(1)
4
After=network.target
5
6
[Service]
7
EnvironmentFile=-/etc/kubernetes/kube-proxy.env
8
ExecStart=/usr/bin/kube-proxy $KUBE_PROXY_ARGS
9
Restart=on-failure
10
LimitNOFILE=65536
11
12
[Install]
13
WantedBy=multi-user.target