1use std::path::PathBuf; 2 3pub fn default_socket_path() -> PathBuf { 4 taskers_paths::default_socket_path() 5}