fix all references embassyd -> startd (#2355)

This commit is contained in:
Aiden McClelland
2023-07-14 12:29:20 -06:00
committed by GitHub
parent 2c07cf50fa
commit 59d6795d9e
10 changed files with 21 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ use crate::util::serde::{display_serializable, IoFormat};
use crate::util::{display_none, Invoke};
use crate::{Error, ErrorKind, ResultExt};
pub const SYSTEMD_UNIT: &'static str = "embassyd";
pub const SYSTEMD_UNIT: &'static str = "startd";
#[command(subcommands(zram))]
pub async fn experimental() -> Result<(), Error> {