-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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:pass@pr.o.xy:8080/ HTTP_PROXY=http://user:pass@pr.o.xy: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".