#!/usr/bin/perl

print "Restarting daemon normally\n";
print `/usr/sbin/qmasterprefs -restart`;
