How to run tinyproxy on centos7 without init.d?
Solution 1:
Finally I can start the proxy with command:
sudo su tinyproxy -s /bin/sh -c 'tinyproxy -d'
or as a daemon with:
sudo su tinyproxy -s /bin/sh -c tinyproxy
Edit: Finally I found the right way:
(Sorry for a beginner's question, but hopefully may be useful to someone like me...)
systemctl start tinyproxy
systemctl enable tinyproxy