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-scheduler.service
blob
44146942600408c4fe128426734acf56e08eb132
1
[Unit]
2
Description=Kubernetes Scheduler Plugin
3
Documentation=man:kube-scheduler(1)
4
5
[Service]
6
EnvironmentFile=-/etc/kubernetes/kube-scheduler.env
7
User=kube
8
ExecStart=/usr/bin/kube-scheduler $KUBE_SCHEDULER_ARGS
9
Restart=on-failure
10
LimitNOFILE=65536
11
12
[Install]
13
WantedBy=multi-user.target