Systemd init with /sbin/init, services for vpnagentd and entrypoint
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 02:21:19 +00:00
parent b96e3a46bf
commit c6903bb2a0
3 changed files with 4 additions and 19 deletions

View File

@@ -29,20 +29,8 @@
"readOnly": true,
"shared": false,
"private": false
},
{
"hostPath": "/sys/fs/cgroup",
"containerPath": "/sys/fs/cgroup",
"readOnly": false,
"shared": false,
"private": false
}
],
"tmpfsMounts": [
"/run",
"/run/lock"
],
"cgroupParent": "host",
"devices": [
"/dev/net/tun:/dev/net/tun"
],
@@ -58,4 +46,4 @@
}
}
]
}
}