($bool ? 'start' : 'stop'), 'service' => 'dnbd3-server' )); return $task; } public static function hasNfsFallback() { return Property::get(self::PROP_NFS_FALLBACK, 0) ? true : false; } public static function setNfsFallback($bool) { Property::set(self::PROP_NFS_FALLBACK, $bool ? 1 : 0); } public static function getLocalStatus() { } }