Skip to content

Commit 92f86ed

Browse files
committed
chore(contrib/coreos): remove etcd LimitNOFILE
This was merged upstream, and is available as of CoreOS 612.1.0: https://coreos.com/releases/#612.1.0
1 parent ebcc410 commit 92f86ed

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

contrib/coreos/user-data.example

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ coreos:
2020
units:
2121
- name: etcd.service
2222
command: start
23-
content: |
24-
[Unit]
25-
Description=etcd
26-
[Service]
27-
User=etcd
28-
PermissionsStartOnly=true
29-
Environment=ETCD_DATA_DIR=/var/lib/etcd
30-
Environment=ETCD_NAME=%m
31-
ExecStart=/usr/bin/etcd
32-
Restart=always
33-
RestartSec=10s
34-
LimitNOFILE=40000
3523
- name: upgrade-fleet-091.service
3624
command: start
3725
content: |

0 commit comments

Comments
 (0)