We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ef6b6 commit cf8a825Copy full SHA for cf8a825
1 file changed
contrib/coreos/user-data.example
@@ -20,6 +20,18 @@ 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: fleet.service
36
37
- name: stop-update-engine.service
0 commit comments