Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/service/lib/service.ts>UninstallServiceOptions

Install a Deno application as a system service
Latest
interface UninstallServiceOptions
import { type UninstallServiceOptions } from "https://deno.land/x/service@1.0.0-rc.0/lib/service.ts";

Options for the uninstallService function.

Properties

system: boolean
name: string
optional
home: string