Topshelf.Runtime.Linux.LinuxHostServiceInstallerImpl.CreateInstaller C# (CSharp) Method

CreateInstaller() protected method

protected CreateInstaller ( InstallHostSettings settings, string commandLine ) : System.Configuration.Install.Installer
settings InstallHostSettings
commandLine string
return System.Configuration.Install.Installer
        protected override Installer CreateInstaller(InstallHostSettings settings, string commandLine)
        {
            return new LsbLinuxHostInstaller(CreateServiceSettings(settings, commandLine), null, CreateServiceLogWriter());
        }