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

x/service/lib/service.ts>uninstallService

Install a Deno application as a system service
Go to Latest
function uninstallService
import { uninstallService } from "https://deno.land/x/service@1.0.0-beta.5/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