From eda309886a8321f1d3b800c67a17c476f66440e0 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Sat, 11 Feb 2023 23:24:19 -0600 Subject: [PATCH] readme: show systemctl status --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 802e401..03ef4ec 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,18 @@ $ DONUT_DNS_PORT=5533 DONUT_DNS_NO_DEBUG=1 donutdns The [donutdns.service](donutdns.service) file provides an example Systemd Service Unit file for running donutdns via systemd. +``` +● donutdns.service - Block ads, trackers, and malicioius sites using DonutDNS. + Loaded: loaded (/etc/systemd/system/donutdns.service; enabled; preset: enabled) + Active: active (running) since Sun 2023-02-12 05:09:45 UTC; 13s ago + Main PID: 8117 (donutdns) + Tasks: 17 (limit: 18269) + Memory: 36.1M (max: 42.0M available: 5.8M) + CPU: 1.428s + CGroup: /system.slice/donutdns.service + └─8117 /opt/bin/donutdns +``` + ``` # A minimal unit file, see donutdns.service for more.