summarylogtreecommitdiffstats
path: root/cgproxy.install
blob: 4c822d55d3cbb4fe16f034008ba63216e3c3f1fa (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

post_install(){
cat <<'DOC'
    to start service:
            systemctl enable --now cgproxy.service
DOC
}