I have installed Google "Cups Connector" to use with google cloud print. It works good but...
The trouble I am having is having the program start on boot.
The install instructions had me create a user gcp and group gcp, and gcp owns all the program files.
The way I have to get it to run is with the following command:
Code: Select all
sudo -H -u gcp /opt/gcp_cups_connector/gcp-cups-connector -config-filename /etc/gcp_cups_connector/gcp-cups-connector.config.jsonI found some dated instructions that do not work, but recommend editing /etc/rc.local file to include the following:
Code: Select all
su --login --command /opt/gcp_cups_connector/gcp-cups-connector -config-filename /etc/gcp_cups_connector/gcp-cups-connector.config.json pi &So, how do I get the correct command to run at boot?