diff options
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mongodb/files/mongodb.initd-r3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/mongodb/files/mongodb.initd-r3 b/dev-db/mongodb/files/mongodb.initd-r3 index 778ef7482406..9235772b3910 100644 --- a/dev-db/mongodb/files/mongodb.initd-r3 +++ b/dev-db/mongodb/files/mongodb.initd-r3 @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 : ${config_file:="/etc/${RC_SVCNAME}.conf"} @@ -12,6 +12,7 @@ command_background="true" pidfile="/run/${RC_SVCNAME}.pid" command_user="${user}:${group}" required_files="${config_file}" +retry="SIGTERM/30" depend() { use net |