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: UninstallServiceOptions
- Options for the uninstallService function.