diff options
Diffstat (limited to 'sys-cluster/rdma-core/files/iwpmd.init')
-rw-r--r-- | sys-cluster/rdma-core/files/iwpmd.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/rdma-core/files/iwpmd.init b/sys-cluster/rdma-core/files/iwpmd.init index b1ffa33fcc8a..c377b1e7d547 100644 --- a/sys-cluster/rdma-core/files/iwpmd.init +++ b/sys-cluster/rdma-core/files/iwpmd.init @@ -1,7 +1,7 @@ #!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 command="/usr/sbin/iwpmd" pidfile="/run/${SVCNAME}.pid" -start_stop_daemon_args="-b -m" +command_background="yes" |