Skip to content

Instantly share code, notes, and snippets.

@zman0900
Created July 12, 2015 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zman0900/c394859066437b551d8a to your computer and use it in GitHub Desktop.
Save zman0900/c394859066437b551d8a to your computer and use it in GitHub Desktop.
Systemd unit file for armooo/cloudprint
[Unit]
Description=Startup Google CloudPrint
Requires=org.cups.cupsd.service
After=org.cups.cupsd.service network.target
[Service]
Type=simple
PIDFile=/var/run/cloudprint.pid
ExecStart=/usr/bin/cloudprint -p /var/run/cloudprint.pid
[Install]
WantedBy=multi-user.target
@zman0900
Copy link
Author

Based off the broken unit file seen here: http://archlinuxarm.org/forum/viewtopic.php?f=30&t=8240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment