Function qsu::default_service_name
source · pub fn default_service_name() -> Option<String>Expand description
Attempt to determine a default service name.
The idea is to get the current executable’s file name and strip it’s extension (if there is one). The file stem name is the default service name.