Move metadata to /run instead of /var

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2018-01-15 14:23:03 +02:00
parent 62d4858a3e
commit 2af908d1b7
8 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ import (
const (
// ConfigPath is where the data is extracted to
ConfigPath = "/var/config"
ConfigPath = "/run/config"
// Hostname is the filename in configPath where the hostname is stored
Hostname = "hostname"