... | ... | @@ -37,6 +37,18 @@ WantedBy=multi-user.target |
|
|
|
|
|
then run
|
|
|
|
|
|
```
|
|
|
sudo systemctl daemon-reload
|
|
|
```
|
|
|
|
|
|
check that change tooks:
|
|
|
|
|
|
```
|
|
|
sudo systemctl cat rts-local_dc
|
|
|
```
|
|
|
|
|
|
then enable so local_dc starts on boot
|
|
|
|
|
|
```
|
|
|
sudo systemctl enable rts-local_dc
|
|
|
```
|
... | ... | |