Skip to main content
Module

x/service/mod.ts

Install a Deno application as a system service
Go to Latest
import * as service from "https://deno.land/x/service@1.0.0-alpha.2/mod.ts";

Functions

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

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

Interfaces

Options for the installService function.

Options for the uninstallService function.