Skip to content

Commit 858d244

Browse files
committed
Merge pull request #3544 from carmstrong/remove-etcd-nofile
chore(contrib/coreos): remove etcd LimitNOFILE
2 parents 603c537 + 92f86ed commit 858d244

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)