renamed: src/tools/systemd/parser.rs -> src/tools/systemd/config.rs
This commit is contained in:
		| @ -5,7 +5,7 @@ use lazy_static::lazy_static; | ||||
| use proxmox::api::section_config::SectionConfigData; | ||||
|  | ||||
| use crate::PROXMOX_SAFE_ID_REGEX_STR; | ||||
| use crate::tools::systemd::parser::*; | ||||
| use crate::tools::systemd::config::*; | ||||
| use crate::tools::systemd::types::*; | ||||
|  | ||||
| const SYSTEMD_CONFIG_DIR: &str = "/etc/systemd/system"; | ||||
|  | ||||
| @ -1,3 +1,3 @@ | ||||
| pub mod time; | ||||
| pub mod types; | ||||
| pub mod parser; | ||||
| pub mod config; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user