class Gordon::Skeleton::Types::Systemd

Public Instance Methods

get_default_path() click to toggle source
# File lib/gordon/skeleton/types.rb, line 58
def get_default_path ; '/usr/lib/systemd/system' ; end
get_os_package_map() click to toggle source
# File lib/gordon/skeleton/types.rb, line 56
def get_os_package_map ; { centos: :systemd, debian: :systemd } ; end