import { UpstartService } from "https://deno.land/x/service@1.0.0-beta.6/lib/managers/upstart.ts";
Methods
generateConfig(config: InstallServiceOptions): string
Generates the Upstart configuration file content based on the given options.
install(config: InstallServiceOptions, onlyGenerate: boolean)
Installs the service based on the given options.
uninstall(config: UninstallServiceOptions)
Uninstalls the service based on the given options.