1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/dnscrypt/proxy/dnscrypt-proxy/DEBIAN/postinst
2016-04-10 17:27:38 +08:00

6 lines
85 B
Bash
Executable File

#!/bin/bash
ldconfig
systemctl start dnscrypt-proxy
systemctl enable dnscrypt-proxy