cleaning etc/systemd/system

This commit is contained in:
Aminda Suomalainen 2015-08-21 19:06:11 +03:00
parent 8a281a9550
commit dc5531dfcd
12 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,5 @@
Subdirectories of this directory shouldn't exist unless they are .wants
## IPv6-files
The IPv6 files are copied from https://www.reddit.com/r/raspberry_pi/comments/14vcpz/rpi_as_an_ipv6_router_using_a_sixxs_tunnel_and/

View File

@ -0,0 +1,12 @@
[Unit]
Description=DNSCrypt client proxy
Requires=dnscrypt-proxy.socket
[Install]
Also=dnscrypt-proxy.socket
WantedBy=multi-user.target
[Service]
Type=simple
NonBlocking=true
ExecStart=/usr/bin/dnscrypt-proxy -r 95.175.99.231:443 -k 8458:11E2:D322:DAA3:1544:960B:F6C3:000E:910A:C1A6:DE38:8D94:BD1D:EDEA:B60F:0560 -N 2.dnscrypt-cert.fvz-rec-fi-ulv-01.dnsrec.meo.ws

View File

@ -0,0 +1,11 @@
[Unit]
Description=dnscrypt-proxy listening socket
After=network-online.target
[Socket]
ListenStream=127.0.0.1:54
ListenDatagram=127.0.0.1:54
[Install]
WantedBy=sockets.target