/lib/systemd/system/cloudprintd.service is in cloudprint-service 0.14-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | [Unit]
Description=Google Cloud Print proxy service
After=cups.service
[Service]
ExecStart=/usr/sbin/cloudprintd -a /var/lib/cloudprintd/authfile.json
Type=simple
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
|