On Fri, 12 Jun 2015 07:59:01 PM Mark Trickett wrote: > There were comments about Arch having a blog with useful comments. It > specified commands for systemd components that I could not find under > Debian. I would appreciate some pointers to stopping services, and > restarting. There are files that if I am to edit, I need to stop CUPS > for the duration, then restart to test.
Yeah, your version of Debian is too old to have systemd as the default and unfortunately I don't have a Debian box with cups running, but I'm guessing it will be something like: /etc/init.d/cups stop Do the editing you need, then: /etc/init.d/cups start Best of luck! Chris -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
