Signed-off-by: Itxaka <itxaka@spectrocloud.com>
This commit is contained in:
Itxaka
2023-02-09 10:12:11 +01:00
parent ed6614b6c7
commit 0807fe08f5
5 changed files with 126 additions and 121 deletions

View File

@@ -0,0 +1,8 @@
package constants
const PersistentStateTarget = "/usr/local/.state"
func DefaultRWPaths() []string {
// Default RW_PATHS to mount if there are none defined
return []string{"/etc", "/root", "/home", "/opt", "/srv", "/usr/local", "/var"}
}