fixup! Initial build of dnscrypt-proxy

This is what I get for not testing my own package properly.
This commit is contained in:
Bahar KURT
2025-09-04 00:35:37 +03:00
parent 93f8ecb06e
commit c9ad64ea40
2 changed files with 6 additions and 2 deletions
@@ -0,0 +1,4 @@
#!/bin/sh
/usr/bin/dnscrypt-proxy --config /etc/dnscrypt-proxy/dnscrypt-proxy.toml > /dev/null 2>&1 &
echo $! > /run/dnscrypt-proxy.pid