Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/service/lib/service.ts>uninstallService

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

Uninstalls a command from a systemd service using the currently installed service manager. Throws an error on failure, or unsupported system.

Parameters

  • Options for the uninstallService function.
optional
forceInitSystem: string