Service install scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
echo "Basic setup"
|
||||
echo "Basic setup..."
|
||||
|
||||
# Enable community repo
|
||||
sed -i 's|^#\(http.*/community\)$|\1|' /etc/apk/repositories
|
||||
@@ -14,6 +14,4 @@ EOF
|
||||
|
||||
# Allow local.d services
|
||||
rc-update add local default
|
||||
rc-service local start
|
||||
|
||||
rc-update add sysctl
|
||||
@@ -23,6 +23,7 @@ mount --make-rshared /
|
||||
EOF
|
||||
|
||||
chmod +x /etc/local.d/mount-rshared.start
|
||||
rc-service local start
|
||||
|
||||
# Allow ports >= 53 to be rootless bound, persistent
|
||||
echo "net.ipv4.ip_unprivileged_port_start=53" >> /etc/sysctl.d/podman.conf
|
||||
|
||||
Reference in New Issue
Block a user