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

x/pup/deps.ts>uninstallService

Universal process manager built in Deno
Go to Latest
function uninstallService
import { uninstallService } from "https://deno.land/x/pup@1.0.0-rc.12/deps.ts";

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

Parameters

options: UninstallServiceOptions
  • Options for the uninstallService function.
optional
forceInitSystem: string