Merge pull request 'Remove unused microservices from peach-config' (#68) from update-peach-config into main

Reviewed-on: #68
This commit is contained in:
notplants 2022-01-13 16:05:31 +00:00
commit bf3325a41e
3 changed files with 3 additions and 9 deletions

2
Cargo.lock generated
View File

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