Created
July 12, 2015 11:16
-
-
Save zman0900/c394859066437b551d8a to your computer and use it in GitHub Desktop.
Systemd unit file for armooo/cloudprint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based off the broken unit file seen here: http://archlinuxarm.org/forum/viewtopic.php?f=30&t=8240