]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 23 May 2018 09:42:48 +0000 (11:42 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 23 May 2018 09:42:48 +0000 (11:42 +0200)
init.d/cupsd

index 70ddfbdb89920ab5465762b668bcfffa216e0571..1f0d798af9004d04e417bd75035a4aabebca4c4f 100755 (executable)
@@ -1,8 +1,11 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 
 description="The Common Unix Printing System daemon"
 command="/usr/sbin/cupsd"
+command_args="-f -c /etc/cups/cupsd.conf -s /etc/cups/cups-files.conf"
+pidfile="/var/run/cupsd.pid"
+start_stop_daemon_args="-b -m --pidfile ${pidfile}"
 
 depend() {
        use net