slackbuilds_ponce/system/PrintNode
Andrew Clemons ce64dd6fd3
system/PrintNode: Mark as x86_64 only.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-08 16:24:20 +07:00
..
PrintNode.info system/PrintNode: Mark as x86_64 only. 2024-06-08 16:24:20 +07:00
PrintNode.SlackBuild system/PrintNode: Mark as x86_64 only. 2024-06-08 16:24:20 +07:00
rc.PrintNode
README
slack-desc

PrintNode is a hosted printing service that can help you quickly,
easily and securely add remote printing to your application.
You can submit print jobs with PDF documents or links to PDF files.
PrintNode also supports RAW printing.

Edit /etc/rc.d/rc.PrintNode with correct values for 
COMPUTERNAME, EMAIL, and PASSWORD

make sure chmod 755 /etc/rc.d/rc.PrintNode is performed

Add the following to rc.local for startup:

if [ -x /etc/rc.d/rc.PrintNode ]; then
        /etc/rc.d/rc.PrintNode start
fi