diff --git a/Cargo.lock b/Cargo.lock index 6622ccc..6717072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2415,7 +2415,7 @@ dependencies = [ [[package]] name = "peach-config" -version = "0.1.15" +version = "0.1.16" dependencies = [ "clap", "env_logger 0.6.2", diff --git a/peach-config/Cargo.toml b/peach-config/Cargo.toml index 4afbe02..32839c2 100644 --- a/peach-config/Cargo.toml +++ b/peach-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-config" -version = "0.1.15" +version = "0.1.16" authors = ["Andrew Reid ", "Max Fowler "] edition = "2018" description = "Command line tool for installing, updating and configuring PeachCloud" diff --git a/peach-config/src/constants.rs b/peach-config/src/constants.rs index 8bd3235..50f3c60 100644 --- a/peach-config/src/constants.rs +++ b/peach-config/src/constants.rs @@ -3,14 +3,8 @@ pub const CONF: &str = "/var/lib/peachcloud/conf"; // List of package names which are installed via apt-get -pub const SERVICES: [&str; 11] = [ - "peach-oled", - "peach-network", - "peach-stats", +pub const SERVICES: [&str; 5] = [ "peach-web", - "peach-menu", - "peach-buttons", - "peach-monitor", "peach-probe", "peach-dyndns-updater", "peach-go-sbot",