mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-10 00:20:29 -04:00
wifi: Update config file filenames
This commit is contained in:
parent
a3503282b8
commit
5ae82fa01f
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ ExecStart=
|
|||
ExecStart=/usr/lib/iwd/iwd -d
|
||||
";
|
||||
const OVERRIDE_FOLDER: &str = "/etc/systemd/system/iwd.service.d";
|
||||
const OVERRIDE_PATH: &str = "/etc/systemd/system/iwd.service.d/override.conf";
|
||||
const OVERRIDE_PATH: &str = "/etc/systemd/system/iwd.service.d/99-valve-override.conf";
|
||||
|
||||
// Only use one path for output for now. If needed we can add a timestamp later
|
||||
// to have multiple files, etc.
|
||||
|
@ -30,7 +30,7 @@ const TRACE_CMD_PATH: &str = "/usr/bin/trace-cmd";
|
|||
|
||||
const MIN_BUFFER_SIZE: u32 = 100;
|
||||
|
||||
const WIFI_BACKEND_PATH: &str = "/etc/NetworkManager/conf.d/wifi_backend.conf";
|
||||
const WIFI_BACKEND_PATH: &str = "/etc/NetworkManager/conf.d/99-valve-wifi-backend.conf";
|
||||
|
||||
#[derive(Display, EnumString, PartialEq, Debug, Copy, Clone)]
|
||||
#[strum(serialize_all = "snake_case", ascii_case_insensitive)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue