diff options
Diffstat (limited to 'app-backup/burp')
-rw-r--r-- | app-backup/burp/files/burp2.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/burp/files/burp2.initd b/app-backup/burp/files/burp2.initd index 4aa07ac43fe0..02a7ea856c42 100644 --- a/app-backup/burp/files/burp2.initd +++ b/app-backup/burp/files/burp2.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 BURP_CONFIG="/etc/burp/burp-server.conf" @@ -10,7 +10,7 @@ command="/usr/sbin/burp" command_args="-c '${BURP_CONFIG}' -F" command_background="yes" pidfile="/run/burp/burp.server.pid" -start_stop_daemon_arg="--make-pidfile --wait 500" +start_stop_daemon_arg="--wait 500" extra_started_commands="reload summary" description_reload="Reloads configuration" |