Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
readme: show systemctl status
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Feb 12, 2023
1 parent dd9a54e commit eda3098
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eda3098

Please sign in to comment.