mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Enable new systemd units
Modify cloud-config.yml to enable new systemd units after they are copied onto the system Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
6c1f156dbc
commit
a5d3926f44
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ write_files:
|
|||
permissions: '0644'
|
||||
runcmd:
|
||||
- systemctl daemon-reload
|
||||
- systemctl enable docker.service
|
||||
- systemctl enable docker.socket
|
||||
- systemctl enable docker-tcp.socket
|
||||
- systemctl stop docker.service
|
||||
- systemctl start docker.socket
|
||||
- systemctl start docker-tcp.socket
|
||||
|
|
|
|||
Loading…
Reference in a new issue