Class: Gordon::Skeleton::Types::Systemd

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/gordon/skeleton/types.rb

Instance Method Summary collapse

Methods included from Base

#get_os_package_name, #path, #requires_app_name?

Instance Method Details

#get_default_pathObject



58
# File 'lib/gordon/skeleton/types.rb', line 58

def get_default_path ; '/usr/lib/systemd/system' ; end

#get_os_package_mapObject



56
# File 'lib/gordon/skeleton/types.rb', line 56

def get_os_package_map ; { centos: :systemd, debian: :systemd } ; end