Readd peach-menu

This commit is contained in:
notplants 2022-01-13 12:21:51 -05:00
parent e4b3479417
commit 2ccd7e65d3
2 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2545,7 +2545,7 @@ dependencies = [
[[package]]
name = "peach-network"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"get_if_addrs",
"miniserde",

View File

@ -3,9 +3,10 @@
pub const CONF: &str = "/var/lib/peachcloud/conf";
// List of package names which are installed via apt-get
pub const SERVICES: [&str; 5] = [
pub const SERVICES: [&str; 6] = [
"peach-web",
"peach-probe",
"peach-menu",
"peach-dyndns-updater",
"peach-go-sbot",
"peach-config",