/usr/lib/mpich-mpd/bin/mpichboot is in mpich-mpd-bin 1.2.7-10ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #! /bin/sh
if [ ! -s $HOME/.mpdpasswd -a ! -s $HOME/.mpd.conf ] ; then
echo "In mpichboot:"
echo "A .mpd.conf file is required before starting an mpd demon."
echo "See the documentation on mpd in the User Manual."
exit 1
fi
# Use the -b option to force mpd into the background, orphaned from the
# calling process.
/usr/lib/mpich-mpd/bin/mpd -b &
|