Remove unused microservices from peach-config

This commit is contained in:
notplants 2022-01-13 10:24:10 -05:00
parent bdfbd7057f
commit 0561b6a9be
3 changed files with 3 additions and 9 deletions

2
Cargo.lock generated
View File

@ -2415,7 +2415,7 @@ dependencies = [
[[package]]
name = "peach-config"
version = "0.1.15"
version = "0.1.16"
dependencies = [
"clap",
"env_logger 0.6.2",

View File

@ -1,6 +1,6 @@
[package]
name = "peach-config"
version = "0.1.15"
version = "0.1.16"
authors = ["Andrew Reid <gnomad@cryptolab.net>", "Max Fowler <max@mfowler.info>"]
edition = "2018"
description = "Command line tool for installing, updating and configuring PeachCloud"

View File

@ -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",