cloudprint-service
cloudprint-service copied to clipboard
Doesn't connect through proxy
To connect to the internet (and thus to the Google services), we've got to use a proxy. I tried modifying the /lib/systemd/system/cloudprintd.service like this (ExecStart line):
[Unit]
Description=Google Cloud Print proxy service
After=cups.service
[Service]
ExecStart=/usr/bin/env HTTPS_PROXY=http://user:[email protected]:8080/ HTTP_PROXY=http://user:[email protected]:8080/ /usr/sbin/cloudprintd -a /var/lib/cloudprintd/authfile.json
Type=simple
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
But it doesn't seem to use this "pr.o.xy".