mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
BASH syntax highlighting
This commit is contained in:
committed by
Matteo Croce
parent
da7705f1ed
commit
502d2eecd3
@@ -55,7 +55,7 @@ ETCD_NAME=$(hostname -s)
|
|||||||
|
|
||||||
Create the `etcd.service` systemd unit file:
|
Create the `etcd.service` systemd unit file:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
cat <<EOF | sudo tee /etc/systemd/system/etcd.service
|
cat <<EOF | sudo tee /etc/systemd/system/etcd.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=etcd
|
Description=etcd
|
||||||
|
|||||||
Reference in New Issue
Block a user