We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7a003 commit c08eaf8Copy full SHA for c08eaf8
1 file changed
contrib/coreos/user-data
@@ -20,8 +20,17 @@ coreos:
20
WantedBy=sockets.target
21
- name: etcd.service
22
command: start
23
- content: "[Unit]\nDescription=etcd\n\n[Service]\nUser=etcd\nPermissionsStartOnly=true\nEnvironment=ETCD_DATA_DIR=/var/lib/etcd
24
- ETCD_NAME=default\nExecStart=/usr/bin/etcd \nRestart=always\nRestartSec=10s"
+ content: |
+ [Unit]
25
+ Description=etcd
26
+
27
+ [Service]
28
+ User=etcd
29
+ PermissionsStartOnly=true
30
+ Environment=ETCD_DATA_DIR=/var/lib/etcd ETCD_NAME=default
31
+ ExecStart=/usr/bin/etcd
32
+ Restart=always
33
+ RestartSec=10s
34
- name: fleet.service
35
36
content: |-
0 commit comments