Move files from cranberrypi.config repository to devices/cranberrypi in sysconfig repository.

This commit is contained in:
2026-03-12 22:08:38 -04:00
parent 1cfaa77dde
commit 2b1a67f751
7 changed files with 183 additions and 0 deletions
@@ -0,0 +1,17 @@
[Unit]
Description=Unbound DNS server
Documentation=man:unbound(8)
After=network.target
Before=nss-lookup.target
Wants=nss-lookup.target
[Service]
Type=exec
Restart=on-failure
EnvironmentFile=-/usr/local/etc/unbound/unbound_env
ExecStart=/usr/local/sbin/unbound -d -p $DAEMON_OPTS
ExecReload=+/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target