mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
8 lines
113 B
Bash
8 lines
113 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOF | tee -a '/etc/config/lxc-auto'
|
|
config container
|
|
option name alpine
|
|
option timeout 60
|
|
EOF
|