We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 603c537 + 92f86ed commit 858d244Copy full SHA for 858d244
1 file changed
contrib/coreos/user-data.example
@@ -20,18 +20,6 @@ coreos:
20
units:
21
- name: etcd.service
22
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
35
- name: upgrade-fleet-091.service
36
37
content: |
0 commit comments